9 lines
174 B
Makefile
9 lines
174 B
Makefile
#
|
|
# Makefile for the touchscreen drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
obj-$(CONFIG_TOUCHSCREEN_GT911) += gt911.o
|
|
gt911-objs := ts.o init-input.o
|
|
|