ugfx/templates/touchpadXXXXX/touchpad_lld.mk

7 lines
194 B
Makefile
Raw Normal View History

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