ugfx/halext/halext.mk

10 lines
347 B
Makefile
Raw Normal View History

# 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 11:29:08 +00:00
2012-08-08 20:51:23 +00:00
HALSRC += $(LCDLIB)/halext/src/gdisp.c \
$(LCDLIB)/halext/src/gdisp_fonts.c \
2012-08-08 22:43:52 +00:00
$(LCDLIB)/halext/src/touchpad.c
# Required include directories
2012-08-08 20:51:23 +00:00
HALINC += $(LCDLIB)/halext/include