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