#
# Makefile for the touchscreen drivers.
#

# Each configuration option enables a list of files.
obj-$(CONFIG_TOUCHSCREEN_TLSC6X_TS)	+= tlsc6x.o
tlsc6x-objs := tlsc6x_comp.o tlsc6x_main.o

