aboutsummaryrefslogtreecommitdiffstats
path: root/lcd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.mk')
-rw-r--r--lcd.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/lcd.mk b/lcd.mk
new file mode 100644
index 00000000..4f6116aa
--- /dev/null
+++ b/lcd.mk
@@ -0,0 +1,5 @@
+# LCD files.
+LCDSRC = ${CHIBIOS}/ext/lcd/glcd.c \
+ ${CHIBIOS}/ext/fonts.c \
+
+LCDINC = ${CHIBIOS}/ext/lcd