diff --git a/qcom/opensource/datarmnet-ext/aps/Makefile b/qcom/opensource/datarmnet-ext/aps/Makefile index 19f0ca9459..7d63d8297e 100644 --- a/qcom/opensource/datarmnet-ext/aps/Makefile +++ b/qcom/opensource/datarmnet-ext/aps/Makefile @@ -6,6 +6,7 @@ RMNET_APS_SELECT := CONFIG_RMNET_APS=m KBUILD_OPTIONS += $(RMNET_APS_SELECT) KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any KBUILD_EXTRA_SYMBOLS := $(M)/../../$(DATARMNET_CORE_PATH)/Module.symvers +KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(KBUILD_EXTRA_SYMBOLS) M ?= $(shell pwd) diff --git a/qcom/opensource/datarmnet-ext/offload/Makefile b/qcom/opensource/datarmnet-ext/offload/Makefile index 3ed7356f8f..bd1d5b1b3e 100644 --- a/qcom/opensource/datarmnet-ext/offload/Makefile +++ b/qcom/opensource/datarmnet-ext/offload/Makefile @@ -6,6 +6,7 @@ RMNET_OFFLOAD_SELECT := CONFIG_RMNET_OFFLOAD=m KBUILD_OPTIONS += $(RMNET_OFFLOAD_SELECT) KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any KBUILD_EXTRA_SYMBOLS := $(M)/../../$(DATARMNET_CORE_PATH)/Module.symvers +KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(KBUILD_EXTRA_SYMBOLS) M ?= $(shell pwd) diff --git a/qcom/opensource/datarmnet-ext/perf/Makefile b/qcom/opensource/datarmnet-ext/perf/Makefile index ca71faa502..78e928c1dd 100644 --- a/qcom/opensource/datarmnet-ext/perf/Makefile +++ b/qcom/opensource/datarmnet-ext/perf/Makefile @@ -6,7 +6,7 @@ RMNET_PERF_SELECT := CONFIG_RMNET_PERF=m KBUILD_OPTIONS += $(RMNET_PERF_SELECT) KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any KBUILD_EXTRA_SYMBOLS := $(M)/../../$(DATARMNET_CORE_PATH)/Module.symvers -KBUILD_EXTRA_SYMBOLS += $(M)/../../$(DATARMNET_SHS_PATH)/Module.symvers +KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(KBUILD_EXTRA_SYMBOLS) M ?= $(shell pwd) diff --git a/qcom/opensource/datarmnet-ext/perf_tether/Makefile b/qcom/opensource/datarmnet-ext/perf_tether/Makefile index aecf83088c..893e3fb948 100644 --- a/qcom/opensource/datarmnet-ext/perf_tether/Makefile +++ b/qcom/opensource/datarmnet-ext/perf_tether/Makefile @@ -6,6 +6,7 @@ RMNET_PERF_TETHER_SELECT := CONFIG_RMNET_PERF_TETHER=m KBUILD_OPTIONS += $(RMNET_PERF_TETHER_SELECT) KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any KBUILD_EXTRA_SYMBOLS := $(M)/../../$(DATARMNET_CORE_PATH)/Module.symvers +KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(KBUILD_EXTRA_SYMBOLS) M ?= $(shell pwd) diff --git a/qcom/opensource/datarmnet-ext/shs/Makefile b/qcom/opensource/datarmnet-ext/shs/Makefile index 9f7ba37a38..2f5790ccbe 100644 --- a/qcom/opensource/datarmnet-ext/shs/Makefile +++ b/qcom/opensource/datarmnet-ext/shs/Makefile @@ -5,6 +5,7 @@ KBUILD_OPTIONS := RMNET_SHS_ROOT=$(PWD) KBUILD_OPTIONS += MODNAME?=rmnet_shs KBUILD_OPTIONS += RMNET_CORE_INC_DIR=$(KERNEL_SRC)/$(M)/../../$(DATARMNET_CORE_PATH) KBUILD_EXTRA_SYMBOLS := $(M)/../../$(DATARMNET_CORE_PATH)/Module.symvers +KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(KBUILD_EXTRA_SYMBOLS) M ?= $(shell pwd) all: diff --git a/qcom/opensource/datarmnet-ext/wlan/Makefile b/qcom/opensource/datarmnet-ext/wlan/Makefile index a44305160f..2a61b39a32 100644 --- a/qcom/opensource/datarmnet-ext/wlan/Makefile +++ b/qcom/opensource/datarmnet-ext/wlan/Makefile @@ -6,6 +6,7 @@ RMNET_WLAN_SELECT := CONFIG_RMNET_WLAN=m KBUILD_OPTIONS += $(RMNET_WLAN_SELECT) KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any KBUILD_EXTRA_SYMBOLS := $(M)/../../$(DATARMNET_CORE_PATH)/Module.symvers +KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(KBUILD_EXTRA_SYMBOLS) M ?= $(shell pwd)