ugfx/templates/touchpadXXXXX/touchpad_lld.mk

7 lines
194 B
Makefile
Raw Normal View History

2012-08-13 08:05:52 +02:00
# List the required driver.
2012-10-04 09:09:03 +02:00
GFXSRC += $(GFXLIB)/drivers/touchpad/touchpadYOURDEVICE/touchpad_lld.c
2012-08-13 08:05:52 +02:00
# Required include directories
2012-10-04 09:09:03 +02:00
GFXINC += $(GFXLIB)/drivers/touchpad/touchpadYOURDEVICE
2012-08-13 08:05:52 +02:00