11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
# Kconfig settings for compiling and running the firmware on the host
|
|
# processor for simulation purposes.
|
|
|
|
if MACH_SIMU
|
|
|
|
config BOARD_DIRECTORY
|
|
string
|
|
default "simulator"
|
|
|
|
endif
|