blob: 421890f61c92053d9b0e977d14b13faf57691ce8 (
plain)
1
2
3
4
5
6
7
8
|
#
# 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
|