diff options
Diffstat (limited to 'halext/halext.mk')
-rw-r--r-- | halext/halext.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/halext/halext.mk b/halext/halext.mk index 5afb24b0..80ddf666 100644 --- a/halext/halext.mk +++ b/halext/halext.mk @@ -3,7 +3,8 @@ HALSRC += $(LCDLIB)/halext/src/gdisp.c \
$(LCDLIB)/halext/src/gdisp_fonts.c \
- $(LCDLIB)/halext/src/gdisp_emulation.c
+ $(LCDLIB)/halext/src/gdisp_emulation.c \
+ $(LCDLIB)/halext/src/touchpad.c
# Required include directories
HALINC += $(LCDLIB)/halext/include
|