aboutsummaryrefslogtreecommitdiffstats
path: root/halext/halext.mk
blob: 045d864fe9e1b69f287a038dfaf57c832e866ef9 (plain)
1
2
3
4
5
6
7
8
9
# List of all the ChibiOS/RT META files, there is no need to remove the files
# from this list, you can disable parts of the kernel by editing halconf.h.

HALSRC +=	$(LCDLIB)/halext/src/gdisp.c \
			$(LCDLIB)/halext/src/gdisp_fonts.c \
			$(LCDLIB)/halext/src/touchpad.c

# Required include directories
HALINC +=	$(LCDLIB)/halext/include