blob: d45d4c45e4b1134306061e408c74ba2ca51eda62 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0
ccflags-y += -I$(srctree)/$(src)/include
ccflags-y += -I$(srctree)/../private/google-modules/display
ccflags-y += -I$(srctree)/../private/google-modules/display/common/include
ccflags-y += -I$(srctree)/../private/google-modules/display/samsung/include/uapi
ccflags-y += -I$(srctree)/../private/google-modules/aoc
ifneq ($(filter y m, $(CONFIG_QCOM_QBT_HANDLER)),)
ccflags-y += -I$(srctree)/../private/google-modules/fingerprint/qcom/qfs4008
endif
obj-$(CONFIG_TOUCHSCREEN_TBN) += touch_bus_negotiator.o
obj-$(CONFIG_TOUCHSCREEN_HEATMAP) += heatmap.o
obj-$(CONFIG_TOUCHSCREEN_OFFLOAD) += touch_offload.o
obj-$(CONFIG_GOOG_TOUCH_INTERFACE) += goog_touch_interface.o