mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 01:05:14 +00:00
Getting warnings from Kconfig after generalising how CPU_HAS_FPU is configured on the architecture level. 2 Boards were settings this value in the wrong place. Fixes #5211. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
|
|
if BOARD_QEMU_X86
|
|
|
|
|
|
config BUILD_OUTPUT_BIN
|
|
default n
|
|
|
|
config BOARD
|
|
default qemu_x86
|
|
|
|
endif # BOARD_QEMU_X86
|