9 lines
149 B
Makefile
Executable File
9 lines
149 B
Makefile
Executable File
#
|
|
# Makefile for the touchscreen drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_TOUCHSCREEN_TU_TS) += tu_ts.o
|
|
|