mirror of
git://soft.sys114.com/klipper
synced 2026-02-07 08:20:27 +09:00
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
|