summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Liu <qsliu@google.com>2023-05-24 11:59:33 +0800
committerAndrew Chant <achant@google.com>2023-06-01 19:05:26 +0000
commitd68593f9026a13bf32790c75dba1d136d684b7cc (patch)
tree25d3ea9f247ea86549d2a7fd93c494ede509f617
parent8e46c35c266d844bf28e55885d3877a08890e805 (diff)
downloadwlan_ptracker-android-gs-shusky-5.15-u-qpr1-beta2.tar.gz
No need to include Module.symvers of itself, and it causes build error. Bug: 285245354 Change-Id: Id17c29a5bb424e69fdd8f8b1282bb64f437130c9 Signed-off-by: Jacky Liu <qsliu@google.com>
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 28dd73f..4c1c703 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,6 @@ endif
EXTRA_CFLAGS += -I$(KERNEL_SRC)/../google-modules/wlan/wlan_ptracker
-EXTRA_SYMBOLS += $(OUT_DIR)/../private/google-modules/wlan/wlan_ptracker/Module.symvers
-
ccflags-y := $(EXTRA_CFLAGS)
modules modules_install clean: