summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-08-16 04:11:32 +0000
committerWendly Li <wendlyli@google.com>2022-08-18 16:49:44 +0000
commitc4625d76c86cf5ede5fab035f3555f3055b6b88e (patch)
tree2bfd3740eb1c0622afd28ffc7928a4e4a0e868d2 /Makefile
parent408c67bad59b3f0558825e67fbc2d7aa1435555d (diff)
downloadgoodix_touch-c4625d76c86cf5ede5fab035f3555f3055b6b88e.tar.gz
touch/goodix: Fix build error
Bug: 242509449 Test: ./build_shusky.sh Change-Id: I6cac065cd8872b3ee4fcecd8bdeaa0eb48ca2820 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e6bc349..96f22d4 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,9 @@ EXTRA_CFLAGS += -DCONFIG_GTI_PM
#EXTRA_CFLAGS += -DCONFIG_TOUCHSCREEN_MOTION_FILTER
#EXTRA_CFLAGS += -DCONFIG_TOUCHSCREEN_TBN
EXTRA_CFLAGS += -DCONFIG_GOOG_TOUCH_INTERFACE
-EXTRA_CFLAGS += -I$(KERNEL_SRC)/../google-modules/display
-EXTRA_CFLAGS += -I$(KERNEL_SRC)/../google-modules/touch/common
-EXTRA_CFLAGS += -I$(KERNEL_SRC)/../google-modules/touch/common/include
-EXTRA_SYMBOLS += $(OUT_DIR)/../google-modules/touch/common/Module.symvers
+EXTRA_SYMBOLS += $(OUT_DIR)/../private/google-modules/touch/common/Module.symvers
+
+include $(KERNEL_SRC)/../private/google-modules/soc/gs/Makefile.include
modules modules_install clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) \