mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 12:06: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
136 B
Plaintext
11 lines
136 B
Plaintext
|
|
if BOARD_QEMU_CORTEX_M3
|
|
|
|
config BUILD_OUTPUT_BIN
|
|
default n
|
|
|
|
config BOARD
|
|
default qemu_cortex_m3
|
|
|
|
endif # BOARD_QEMU_CORTEX_M3
|