8 lines
235 B
Makefile
8 lines
235 B
Makefile
|
#
|
||
|
# Makefile for the touchscreen drivers.
|
||
|
#
|
||
|
|
||
|
# Each configuration option enables a list of files.
|
||
|
obj-$(CONFIG_OPTICALJOYSTICK_CRUCIAL_uP) += curcial.o softclick.o
|
||
|
obj-$(CONFIG_OPTICALJOYSTICK_CRUCIAL_SPI) += curcial_spi.o softclick.o
|