1# 2# Makefile for the touchscreen drivers. 3# 4 5# Each configuration option enables a list of files. 6 7obj-$(CONFIG_TOUCHSCREEN_GSLX680NEW) += gslX680new.o 8gslX680new-objs := gslX680.o gsl_point_id.o 9
1# 2# Makefile for the touchscreen drivers. 3# 4 5# Each configuration option enables a list of files. 6 7obj-$(CONFIG_TOUCHSCREEN_GSLX680NEW) += gslX680new.o 8gslX680new-objs := gslX680.o gsl_point_id.o 9