7 lines
202 B
Makefile
7 lines
202 B
Makefile
|
# List the required driver.
|
||
|
HALSRC += $(LCDLIB)/halext/drivers/touchpad/touchpadADS7843/touchpad_lld.c
|
||
|
|
||
|
# Required include directories
|
||
|
HALINC += $(LCDLIB)/halext/drivers/touchpad/touchpadADS7843
|
||
|
|