9 lines
269 B
Makefile
9 lines
269 B
Makefile
|
# Goodix Touchscreen Makefile
|
||
|
# This Makefile is only for tempory compiling use
|
||
|
# Use xxxproject/Makefile-release when release driver
|
||
|
#
|
||
|
obj-y += goodix_ts_spi.o
|
||
|
obj-y += goodix_ts_core.o
|
||
|
obj-y += goodix_cfg_bin.o
|
||
|
obj-y += goodix_gtx8_update.o
|
||
|
obj-n += goodix_ts_tools.o
|