diff options
author | Tectu <joel@unormal.org> | 2012-08-08 22:51:23 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-08 22:51:23 +0200 |
commit | 292ca0d44edfcff960e52c0c7d8f5a8578e74068 (patch) | |
tree | b85fe983fb3af5e56a0907545afca2602264163e /halext/drivers/gdispS6d1121 | |
parent | d2e660cc1350c16e0276a53ec36574f6be0390cc (diff) | |
download | uGFX-292ca0d44edfcff960e52c0c7d8f5a8578e74068.tar.gz uGFX-292ca0d44edfcff960e52c0c7d8f5a8578e74068.tar.bz2 uGFX-292ca0d44edfcff960e52c0c7d8f5a8578e74068.zip |
makefiles update
Diffstat (limited to 'halext/drivers/gdispS6d1121')
-rw-r--r-- | halext/drivers/gdispS6d1121/gdisp_lld.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/halext/drivers/gdispS6d1121/gdisp_lld.mk b/halext/drivers/gdispS6d1121/gdisp_lld.mk index 632655ea..1ad9ab88 100644 --- a/halext/drivers/gdispS6d1121/gdisp_lld.mk +++ b/halext/drivers/gdispS6d1121/gdisp_lld.mk @@ -1,5 +1,5 @@ # List the required driver.
-HALSRC += ${CHIBIOS}/os/halext/drivers/gdispS6d1121/gdisp_lld.c
+HALSRC += $(LCDLIB)/halext/drivers/gdispS6d1121/gdisp_lld.c
# Required include directories
-HALINC += ${CHIBIOS}/os/halext/drivers/gdispS6d1121
+HALINC += $(LCDLIB)/halext/drivers/gdispS6d1121
|