aboutsummaryrefslogtreecommitdiffstats
path: root/glcd/glcd.mk
blob: 47d2cf09802cdaf1a39610bfb9361974d5afcb57 (plain)
1
2
3
4
5
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