Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm64/meson.build

    r06f10ac rd39ce97d  
    2929BUILD = true
    3030
    31 if MACHINE == 'virt'
    32         POST_OUTPUT = 'image.iso'
    33         POSTBUILD = 'grub'
    34         GRUB_LOADER = 'chainloader'
    35 endif
    36 
    37 if MACHINE == 'hikey960'
    38         POSTBUILD = 'raw'
    39         POST_OUTPUT = 'image.boot'
    40 endif
     31POST_OUTPUT = 'image.iso'
     32POSTBUILD = 'grub'
     33GRUB_LOADER = 'chainloader'
    4134
    4235# Request binary output. The ARM64 port manually prepares the .text
Note: See TracChangeset for help on using the changeset viewer.