From d68593f9026a13bf32790c75dba1d136d684b7cc Mon Sep 17 00:00:00 2001 From: Jacky Liu Date: Wed, 24 May 2023 11:59:33 +0800 Subject: wlan_ptracker: Remove Module.symvers of itself from EXTRA_SYMBOLS No need to include Module.symvers of itself, and it causes build error. Bug: 285245354 Change-Id: Id17c29a5bb424e69fdd8f8b1282bb64f437130c9 Signed-off-by: Jacky Liu --- Makefile | 2 -- 1 file changed, 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: -- cgit v1.2.3