10 lines
198 B
Makefile
Executable File
10 lines
198 B
Makefile
Executable File
#
|
|
# Makefile for the touchscreen drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_TOUCHSCREEN_FT5X_TS) += ft5x_ts.o
|
|
ft5x_ts-objs := ft5x02_config.o ini.o ft5x.o
|
|
|