mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 07:33:14 +00:00
Not all boards require the various binary formats zephyr generates. So be selective based on the arch, SoC or board and only geenrate the binaries actually needed. Fixes #5009 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
107 B
Plaintext
11 lines
107 B
Plaintext
if BOARD_QEMU_NIOS2
|
|
|
|
config BUILD_OUTPUT_BIN
|
|
default n
|
|
|
|
config BOARD
|
|
default "qemu_nios2"
|
|
|
|
endif
|
|
|