blob: 0b53d1619c954bcca2bc0153e369d48488d0bca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Makefile for the input core drivers.
#
# Each configuration option enables a list of files.
obj-$(CONFIG_TOUCHSCREEN_FOCALTECH) += focaltech_ts.o
#focaltech_ts-objs += focaltech.o focaltech_ctl.o focaltech_ex_fun.o
focaltech_ts-objs := focaltech.o
focaltech_ts-objs += focaltech_ctl.o
focaltech_ts-objs += focaltech_ex_fun.o
#focaltech_ts-y += focaltech.o focaltech_ctl.o focaltech_ex_fun.o
|