diff options
Diffstat (limited to 'glcd/glcd.mk')
-rw-r--r-- | glcd/glcd.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glcd/glcd.mk b/glcd/glcd.mk new file mode 100644 index 00000000..47d2cf09 --- /dev/null +++ b/glcd/glcd.mk @@ -0,0 +1,6 @@ +LCD_GLCD_SRC = $(LCDLIB)/glcd/glcd.c \ + $(LCDLIB)/glcd/fonts.c \ + $(LCDLIB)/glcd/fastMath.c \ + $(LCDLIB)/glcd/console.c + +LCD_GLCD_INC = $(LCDLIB)/glcd |