wlan: qcacld-3.0: Makefile: Add kbuild extra symbols
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
parent
3c0a537cda
commit
28f31d2314
@ -38,7 +38,9 @@ KBUILD_OPTIONS += \
|
|||||||
WLAN_CTRL_NAME=wlan
|
WLAN_CTRL_NAME=wlan
|
||||||
endif
|
endif
|
||||||
|
|
||||||
KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/wlan/platform/Module.symvers
|
KBUILD_EXTRA_SYMBOLS := \
|
||||||
|
$(OUT_DIR)/../sm8650-modules/qcom/opensource/wlan/platform/Module.symvers \
|
||||||
|
$(OUT_DIR)/../sm8650-modules/qcom/opensource/dataipa/drivers/platform/msm/Module.symvers
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)
|
||||||
|
Loading…
Reference in New Issue
Block a user