2012-07-31 14:34:10 +10:00
|
|
|
# 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.
|
2012-08-08 13:29:08 +02:00
|
|
|
|
2012-08-08 22:51:23 +02:00
|
|
|
HALSRC += $(LCDLIB)/halext/src/gdisp.c \
|
|
|
|
$(LCDLIB)/halext/src/gdisp_fonts.c \
|
2012-08-09 00:43:52 +02:00
|
|
|
$(LCDLIB)/halext/src/gdisp_emulation.c \
|
|
|
|
$(LCDLIB)/halext/src/touchpad.c
|
2012-07-31 14:34:10 +10:00
|
|
|
|
|
|
|
# Required include directories
|
2012-08-08 22:51:23 +02:00
|
|
|
HALINC += $(LCDLIB)/halext/include
|