aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-17 01:30:12 +0200
committerTectu <joel@unormal.org>2012-06-17 01:30:12 +0200
commitd4625a1e6a21640a4eed51bf4f6162e611aac5c4 (patch)
treef7bc602792c4ed5b799fe1c3e3813aee87cb00b4 /drivers
parent49b3daab083a62ca96f73745fc415bbd78f6034e (diff)
downloaduGFX-d4625a1e6a21640a4eed51bf4f6162e611aac5c4.tar.gz
uGFX-d4625a1e6a21640a4eed51bf4f6162e611aac5c4.tar.bz2
uGFX-d4625a1e6a21640a4eed51bf4f6162e611aac5c4.zip
restructure
Diffstat (limited to 'drivers')
-rw-r--r--drivers/drivers.mk7
-rw-r--r--drivers/lcd/s6d1121_lld.c (renamed from drivers/s6d1121_lld.c)0
-rw-r--r--drivers/lcd/s6d1121_lld.h (renamed from drivers/s6d1121_lld.h)0
-rw-r--r--drivers/lcd/ssd1289_lld.c (renamed from drivers/ssd1289_lld.c)0
-rw-r--r--drivers/lcd/ssd1289_lld.h (renamed from drivers/ssd1289_lld.h)0
-rw-r--r--drivers/touchpad/ads7843_lld.c (renamed from drivers/ads7843_lld.c)0
-rw-r--r--drivers/touchpad/ads7843_lld.h (renamed from drivers/ads7843_lld.h)0
-rw-r--r--drivers/touchpad/xpt2046_lld.c (renamed from drivers/xpt2046_lld.c)0
-rw-r--r--drivers/touchpad/xpt2046_lld.h (renamed from drivers/xpt2046_lld.h)0
9 files changed, 7 insertions, 0 deletions
diff --git a/drivers/drivers.mk b/drivers/drivers.mk
new file mode 100644
index 00000000..e5b3f34c
--- /dev/null
+++ b/drivers/drivers.mk
@@ -0,0 +1,7 @@
+LCD_DRIVERS_SRC = $(LCDLIB)/drivers/lcd/ssd1289_lld.c \
+ $(LCDLIB)/drivers/lcd/s6d1121_lld.c \
+ $(LCDLIB)/drivers/touchpad/ads7843_lld.c \
+ $(LCDLIB)/drivers/touchpad/xpt2046_lld.c \
+
+LCD_DRIVERS_INC = $(LCDLIB)/drivers/lcd \
+ $(LCDLIB)/drivers/touchpad \
diff --git a/drivers/s6d1121_lld.c b/drivers/lcd/s6d1121_lld.c
index dfadc19d..dfadc19d 100644
--- a/drivers/s6d1121_lld.c
+++ b/drivers/lcd/s6d1121_lld.c
diff --git a/drivers/s6d1121_lld.h b/drivers/lcd/s6d1121_lld.h
index 173f6e40..173f6e40 100644
--- a/drivers/s6d1121_lld.h
+++ b/drivers/lcd/s6d1121_lld.h
diff --git a/drivers/ssd1289_lld.c b/drivers/lcd/ssd1289_lld.c
index 12782e31..12782e31 100644
--- a/drivers/ssd1289_lld.c
+++ b/drivers/lcd/ssd1289_lld.c
diff --git a/drivers/ssd1289_lld.h b/drivers/lcd/ssd1289_lld.h
index 1a98356e..1a98356e 100644
--- a/drivers/ssd1289_lld.h
+++ b/drivers/lcd/ssd1289_lld.h
diff --git a/drivers/ads7843_lld.c b/drivers/touchpad/ads7843_lld.c
index 76e11123..76e11123 100644
--- a/drivers/ads7843_lld.c
+++ b/drivers/touchpad/ads7843_lld.c
diff --git a/drivers/ads7843_lld.h b/drivers/touchpad/ads7843_lld.h
index 388aacc8..388aacc8 100644
--- a/drivers/ads7843_lld.h
+++ b/drivers/touchpad/ads7843_lld.h
diff --git a/drivers/xpt2046_lld.c b/drivers/touchpad/xpt2046_lld.c
index 731ff8c5..731ff8c5 100644
--- a/drivers/xpt2046_lld.c
+++ b/drivers/touchpad/xpt2046_lld.c
diff --git a/drivers/xpt2046_lld.h b/drivers/touchpad/xpt2046_lld.h
index ed7a0d09..ed7a0d09 100644
--- a/drivers/xpt2046_lld.h
+++ b/drivers/touchpad/xpt2046_lld.h