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