diff options
author | Tectu <joel@unormal.org> | 2012-08-09 01:31:24 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-09 01:31:24 +0200 |
commit | 79c053567816521b601e44981bf3af5b0e40f752 (patch) | |
tree | a3a15ded67e203e635f5a1012fe23d13a20a5d48 /halext/drivers | |
parent | 640b7473935bea33102187a2833dae940b345576 (diff) | |
download | uGFX-79c053567816521b601e44981bf3af5b0e40f752.tar.gz uGFX-79c053567816521b601e44981bf3af5b0e40f752.tar.bz2 uGFX-79c053567816521b601e44981bf3af5b0e40f752.zip |
more touchpad stuff
Diffstat (limited to 'halext/drivers')
-rw-r--r-- | halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk b/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk index e97deff8..9409795b 100644 --- a/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk +++ b/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk @@ -1,5 +1,5 @@ # List the required driver.
-HLSRC += $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c
+HALSRC += $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c
# Required include directories
HALINC += $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046
|