9 lines
196 B
Makefile
9 lines
196 B
Makefile
|
#
|
||
|
# Makefile for the touchscreen drivers.
|
||
|
#
|
||
|
|
||
|
# Each configuration option enables a list of files.
|
||
|
|
||
|
obj-$(CONFIG_TOUCHSCREEN_GSLX680NEW) += gslX680new.o
|
||
|
gslX680new-objs := gslX680.o gsl_point_id.o
|