aboutsummaryrefslogtreecommitdiffstats
path: root/halext/halext.mk
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-08 22:51:23 +0200
committerTectu <joel@unormal.org>2012-08-08 22:51:23 +0200
commit292ca0d44edfcff960e52c0c7d8f5a8578e74068 (patch)
treeb85fe983fb3af5e56a0907545afca2602264163e /halext/halext.mk
parentd2e660cc1350c16e0276a53ec36574f6be0390cc (diff)
downloaduGFX-292ca0d44edfcff960e52c0c7d8f5a8578e74068.tar.gz
uGFX-292ca0d44edfcff960e52c0c7d8f5a8578e74068.tar.bz2
uGFX-292ca0d44edfcff960e52c0c7d8f5a8578e74068.zip
makefiles update
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