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