mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 17:43:02 +00:00
In preparation for introducing a warning. Unquoted string defaults work through a quirk of Kconfig (undefined symbols get their name as their string value), but look confusing. It's done inconsistently now too. Suggested by Kumar Gala. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
11 lines
138 B
Plaintext
11 lines
138 B
Plaintext
|
|
if BOARD_QEMU_CORTEX_M3
|
|
|
|
config BUILD_OUTPUT_BIN
|
|
default n
|
|
|
|
config BOARD
|
|
default "qemu_cortex_m3"
|
|
|
|
endif # BOARD_QEMU_CORTEX_M3
|