zephyr/boards/arm/qemu_cortex_m3/Kconfig.defconfig
Anas Nashif 1f1143ac87 build: use kconfig to select generated artifacts
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>
2017-11-23 07:29:13 -05:00

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