aboutsummaryrefslogtreecommitdiffstats
path: root/halext/halext.mk
diff options
context:
space:
mode:
Diffstat (limited to 'halext/halext.mk')
-rw-r--r--halext/halext.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/halext/halext.mk b/halext/halext.mk
index 8768a07b..5afb24b0 100644
--- a/halext/halext.mk
+++ b/halext/halext.mk
@@ -1,9 +1,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 += ${CHIBIOS}/os/halext/src/gdisp.c \
- ${CHIBIOS}/os/halext/src/gdisp_fonts.c \
- ${CHIBIOS}/os/halext/src/gdisp_emulation.c
+HALSRC += $(LCDLIB)/halext/src/gdisp.c \
+ $(LCDLIB)/halext/src/gdisp_fonts.c \
+ $(LCDLIB)/halext/src/gdisp_emulation.c
# Required include directories
-HALINC += ${CHIBIOS}/os/halext/include
+HALINC += $(LCDLIB)/halext/include