9 lines
188 B
Makefile
9 lines
188 B
Makefile
#
|
|
# Makefile for the mouse drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_TOUCHSCREEN_BITSY) += h3600_ts_input.o
|
|
obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o
|