summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi Soo Shin <jisshin@google.com>2023-11-09 16:41:42 +0000
committerJi Soo Shin <jisshin@google.com>2023-11-09 22:30:47 +0000
commitf58bfb1895d7d8b335b0330656c560383cdbbbd3 (patch)
tree3c7c2ac10815311aaa387664f2b0d1c1cdab99ab
parent8f37ed47ca4e155936ff0fb56d075470afeb4012 (diff)
downloadtrusty-android-gs-shusky-5.15-android14-qpr2-beta.tar.gz
We get warning that "private/google-modules/soc/gs/Module.symvers" is missing, but this symbol should not be necessary after we removed the cyclic dependency. Bug: 309892219 Change-Id: I01cb2c61db387af505e65861a3238a6c13f58e30 Signed-off-by: Ji Soo Shin <jisshin@google.com>
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8e4db7f..65946e6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,6 @@ KBASE_PATH_RELATIVE = $(M)
EXTRA_CFLAGS += -Werror
-include $(KERNEL_SRC)/../private/google-modules/soc/gs/Makefile.include
-
modules modules_install clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) W=1 \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" KBUILD_EXTRA_SYMBOLS="$(EXTRA_SYMBOLS)" $(@)