zephyr/boards/nios2/qemu_nios2/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
107 B
Plaintext

if BOARD_QEMU_NIOS2
config BUILD_OUTPUT_BIN
default n
config BOARD
default "qemu_nios2"
endif