summaryrefslogtreecommitdiff
path: root/Kbuild
blob: c4272e604dc564bf41e4cfd8d8b1c2ebe62dcf9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
obj-$(CONFIG_TOUCHSCREEN_GOODIX_BRL) = goodix_brl_touch.o
goodix_brl_touch-objs += \
	goodix_brl_fwupdate.o \
	goodix_brl_hw.o \
	goodix_brl_i2c.o \
	goodix_brl_spi.o \
	goodix_cfg_bin.o \
	goodix_ts_core.o \
	goodix_ts_gesture.o \
	goodix_ts_inspect.o \
	goodix_ts_tools.o \
	goodix_ts_utils.o \
	goodix_ts_proc.o \
	touch_apis.o \
	touch_mf_mode.o