10 lines
152 B
Makefile
10 lines
152 B
Makefile
#
|
|
# Makefile for the Goodix gt9xx touchscreen driver.
|
|
#
|
|
#subdir-ccflags-y += -DDEBUG
|
|
|
|
|
|
obj-y += gt9xx.o
|
|
obj-y += gt9xx_update.o
|
|
obj-y += goodix_tool.o
|