kernel-brax3-ubuntu-touch/drivers/input/touchscreen/GT9895/Makefile
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

14 lines
No EOL
339 B
Makefile

ccflags-$(CONFIG_DRM_MEDIATEK_V2) += -I$(srctree)/drivers/gpu/drm/mediatek/mediatek_v2/
obj-m += gt9895.o
gt9895-y := \
goodix_brl_spi.o \
goodix_ts_core.o \
goodix_brl_hw.o \
goodix_cfg_bin.o \
goodix_ts_utils.o \
goodix_brl_fwupdate.o \
goodix_ts_tui.o
ifeq ($(CONFIG_GCOV_KERNEL),y)
GCOV_PROFILE := y
endif