diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/drivers.mk | 7 | ||||
-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 |