Changeset 5631c9c in mainline for boot/meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3582362
Parents:
356e17e0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 13:33:25)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

sparc64 boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/meson.build

    r356e17e0 r5631c9c  
    11subdir('arch' / BARCH)
    22
    3 if POSTBUILD == 'uimage'
     3if POSTBUILD == 'uboot'
    44        boot_image_format = 'binary'
    55endif
     
    172172endif
    173173
     174if POSTBUILD == 'silo'
     175        subdir('silo')
     176endif
     177
    174178if POSTBUILD == 'uboot'
    175179        IMAGE_NAME = 'HelenOS-' + HELENOS_RELEASE
Note: See TracChangeset for help on using the changeset viewer.