9 lines
218 B
Makefile
Executable File
9 lines
218 B
Makefile
Executable File
#
|
|
# Makefile for the touchscreen drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_TOUCHSCREEN_AW5X06_TS) += aw5306_ts.o
|
|
aw5306_ts-objs := AW5306_ts.o AW5306_userpara.o libAW5306
|