From 7bfaea1ca9fbb37472a822c21765739a514a2a80 Mon Sep 17 00:00:00 2001 From: Tectu Date: Fri, 17 Aug 2012 09:23:15 +0200 Subject: readme updates --- drivers/touchpad/ADS7843/readme.txt | 3 +-- drivers/touchpad/XPT2046/readme.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'drivers/touchpad') diff --git a/drivers/touchpad/ADS7843/readme.txt b/drivers/touchpad/ADS7843/readme.txt index 34a57bc0..6e62bf39 100644 --- a/drivers/touchpad/ADS7843/readme.txt +++ b/drivers/touchpad/ADS7843/readme.txt @@ -4,6 +4,5 @@ To use this driver: a) #define HAL_USE_TOUCHPAD TRUE 2. To your makefile add the following lines: - include $(LCDLIB)/lcd.mk - include $(LCDLIB)/halext/drivers/touchpad/touchpadADS7843/touchpad_lld.mk + include $(LCDLIB)/drivers/touchpadADS7843/touchpad_lld.mk diff --git a/drivers/touchpad/XPT2046/readme.txt b/drivers/touchpad/XPT2046/readme.txt index 992d346d..e24ec768 100644 --- a/drivers/touchpad/XPT2046/readme.txt +++ b/drivers/touchpad/XPT2046/readme.txt @@ -4,6 +4,5 @@ To use this driver: a) #define HAL_USE_TOUCHPAD TRUE 2. To your makefile add the following lines: - include $(LCDLIB)/lcd.mk - include $(LCDLIB)/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.mk + include $(LCDLIB)/drivers/touchpad/XPT2046/touchpad_lld.mk -- cgit v1.2.3