Initial commit of source code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
10
src/simulator/Kconfig
Normal file
10
src/simulator/Kconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user