a6/meson_options.txt

13 lines
522 B
Meson

option('board', type: 'string', value: 'icm68k',
description: 'Name of the board whose superfs should be built. ' +
'For a given BOARD, there must be a superfs_BOARD directory.'
)
option('bootloader_target', type: 'string', value: '',
description: 'Name of the target for which to build the bootloader. ' +
'Look in bootloader/targets. If empty, bootloader is not built.'
)
option('adjust_objects', type: 'boolean', value: true,
description: 'After in-place relocation, adjust the object files to match.')