blob: c0ff26744b1edba44f16c71d1221a10fd87b7206 (
plain)
1
2
3
4
5
6
|
#
# Makefile for the input core drivers.
#
# Each configuration option enables a list of files.
obj-$(CONFIG_TOUCHSCREEN_IST30XXB) += ist30xxb.o ist30xxb_update.o ist30xxb_tracking.o ist30xxb_misc.o ist30xxb_sys.o
|