Changes in boot/arch/arm64/meson.build [06f10ac:d39ce97d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm64/meson.build
r06f10ac rd39ce97d 29 29 BUILD = true 30 30 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 31 POST_OUTPUT = 'image.iso' 32 POSTBUILD = 'grub' 33 GRUB_LOADER = 'chainloader' 41 34 42 35 # Request binary output. The ARM64 port manually prepares the .text
Note:
See TracChangeset
for help on using the changeset viewer.