mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-04 15:30:24 +00:00
11 lines
316 B
Makefile
11 lines
316 B
Makefile
TARGET = gt9895
|
|
|
|
$(TARGET)-objs := sec_common_fn.o sec_cmd.o sec_tclm_v2.o \
|
|
goodix_brl_i2c.o goodix_ts_core.o goodix_brl_hw.o \
|
|
goodix_cfg_bin.o goodix_ts_utils.o goodix_brl_fwupdate.o goodix_ts_gesture.o \
|
|
goodix_ts_inspect.o goodix_ts_tools.o goodix_ts_cmd.o
|
|
|
|
obj-m += $(TARGET).o
|
|
|
|
ccflags-y += -Wformat
|