mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 22:57:18 +00:00
This will allow checking if we are building for QEMU globally, without having to know the exact architecture and board name. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
|
config BOARD_QEMU_CORTEX_M3
|
|
bool "Cortex-M3 Emulation (QEMU)"
|
|
depends on SOC_TI_LM3S6965
|
|
select QEMU_TARGET
|