10 lines
192 B
Makefile
Executable File
10 lines
192 B
Makefile
Executable File
#
|
|
# Makefile for the Goodix gt9xx touchscreen driver.
|
|
#
|
|
#subdir-ccflags-y += -DDEBUG
|
|
obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx_core.o
|
|
gt9xx_core-objs := gt9xx.o gt9xx_update.o goodix_tool.o
|
|
|
|
|
|
|