blob: ee22adea00d205224a2d5b3dc1822f38826e7549 (
plain)
1
2
3
4
5
6
7
|
#
# Makefile for the Imagis touch driver
#
# Each configuration option enables a list of files.
obj-$(CONFIG_TOUCHSCREEN_IST30XXC) += ist30xxc.o ist30xxc_misc.o ist30xxc_sys.o ist30xxc_update.o ist30xxc_tracking.o ist30xxc_sec.o ist30xxc_cmcs.o
|