This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
fe6bddf7d3
zephyr
/
boards
/
nios2
/
qemu_nios2
/
Kconfig.defconfig
11 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
qemu_nios2: new board for running tests under QEMU Change-Id: If59d9291d3750274ef6a8429e2b24cf35f41dbd3 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-17 02:04:33 +08:00
if BOARD_QEMU_NIOS2
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 02:03:53 +08:00
config BUILD_OUTPUT_BIN
default n
qemu_nios2: new board for running tests under QEMU Change-Id: If59d9291d3750274ef6a8429e2b24cf35f41dbd3 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-17 02:04:33 +08:00
config BOARD
default "qemu_nios2"
endif