Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulator/Kconfig')
-rw-r--r--src/simulator/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/simulator/Kconfig b/src/simulator/Kconfig
new file mode 100644
index 000000000..539cb0aa8
--- /dev/null
+++ b/src/simulator/Kconfig
@@ -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