7 lines
188 B
Makefile
7 lines
188 B
Makefile
|
# List the required driver.
|
||
|
LCDSRC += $(LCDLIB)/drivers/touchpad/touchpadADS7843/touchpad_lld.c
|
||
|
|
||
|
# Required include directories
|
||
|
LCDINC += $(LCDLIB)/drivers/touchpad/touchpadADS7843
|
||
|
|