7 lines
152 B
Makefile
7 lines
152 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-y += goodix_gt9xx.o
|
||
|
|
||
|
#goodix_gt9xx-y +=goodix_tool.o
|
||
|
goodix_gt9xx-y +=gt9xx.o
|
||
|
goodix_gt9xx-y +=gt9xx_update.o
|