#
# Makefile for the touchscreen drivers.
#

# Each configuration option enables a list of files.
obj-$(CONFIG_TOUCHSCREEN_ICN83XX_TS)	+= icn83xx_ts.o
icn83xx_ts-objs := icn83xx.o flash.o

