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
|
|
|
|