11 changed files with 13 additions and 13 deletions
@ -0,0 +1,6 @@ |
|||
# List the required driver.
|
|||
LCDSRC += $(LCDLIB)/drivers/touchpad/ADS7843/touchpad_lld.c |
|||
|
|||
# Required include directories
|
|||
LCDINC += $(LCDLIB)/drivers/touchpad/ADS7843 |
|||
|
@ -0,0 +1,6 @@ |
|||
# List the required driver.
|
|||
LCDSRC += $(LCDLIB)/drivers/touchpad/XPT2046/touchpad_lld.c |
|||
|
|||
# Required include directories
|
|||
LCDINC += $(LCDLIB)/drivers/touchpad/XPT2046 |
|||
|
@ -1,6 +0,0 @@ |
|||
# List the required driver.
|
|||
LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadADS7843/touchpad_lld.c |
|||
|
|||
# Required include directories
|
|||
LCDINC += $(LCDLIB)/drivers/touchpad/touchpadADS7843 |
|||
|
@ -1,6 +0,0 @@ |
|||
# List the required driver.
|
|||
LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046/touchpad_lld.c |
|||
|
|||
# Required include directories
|
|||
LCDINC += $(LCDLIB)/drivers/touchpad/touchpadXPT2046 |
|||
|
Loading…
Reference in new issue