aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/STMPE811
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-08-22 18:20:02 +1000
committerinmarket <andrewh@inmarket.com.au>2014-08-22 18:20:02 +1000
commit1a495f30130a0cc329f33dff7ad15b65221cd1b9 (patch)
treefc8e9c69c86bc90b4f39bfd3b82fa6fa03ea9a69 /drivers/ginput/touch/STMPE811
parent0fa640f1edf98970e7c2e5ca9f574160223143c5 (diff)
downloaduGFX-1a495f30130a0cc329f33dff7ad15b65221cd1b9.tar.gz
uGFX-1a495f30130a0cc329f33dff7ad15b65221cd1b9.tar.bz2
uGFX-1a495f30130a0cc329f33dff7ad15b65221cd1b9.zip
Rename all driver makefiles to driver.mk
Diffstat (limited to 'drivers/ginput/touch/STMPE811')
-rw-r--r--drivers/ginput/touch/STMPE811/driver.mk (renamed from drivers/ginput/touch/STMPE811/ginput_lld.mk)10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/ginput/touch/STMPE811/ginput_lld.mk b/drivers/ginput/touch/STMPE811/driver.mk
index f6d77f1c..5147e989 100644
--- a/drivers/ginput/touch/STMPE811/ginput_lld.mk
+++ b/drivers/ginput/touch/STMPE811/driver.mk
@@ -1,5 +1,5 @@
-# List the required driver.
-GFXSRC += $(GFXLIB)/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c
-
-# Required include directories
-GFXINC += $(GFXLIB)/drivers/ginput/touch/STMPE811
+# List the required driver.
+GFXSRC += $(GFXLIB)/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c
+
+# Required include directories
+GFXINC += $(GFXLIB)/drivers/ginput/touch/STMPE811