qcom: fix paths for compiling for inline
Change-Id: I962ea4d98f1b3a46133223a9f70ada50faeeb032 Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:

committed by
David Wronek

szülő
a4b2552c73
commit
ba358acc6d
@@ -28,7 +28,7 @@ KBUILD_OPTIONS += CONFIG_CNSS_UTILS=m
|
||||
KBUILD_OPTIONS += CONFIG_CNSS_HW_SECURE_DISABLE=y
|
||||
KBUILD_OPTIONS += CONFIG_BUS_AUTO_SUSPEND=y
|
||||
|
||||
KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(ANDROID_BUILD_TOP)/out/vendor/qcom/opensource/securemsm-kernel/Module.symvers
|
||||
KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/securemsm-kernel/Module.symvers
|
||||
endif
|
||||
|
||||
all: modules
|
||||
|
@@ -13,7 +13,7 @@ M ?= $(shell pwd)
|
||||
|
||||
ifeq ($(WLAN_ROOT),)
|
||||
KBUILD_OPTIONS += \
|
||||
WLAN_ROOT=$(KERNEL_SRC)/$(M)/.kiwi_v2 \
|
||||
WLAN_ROOT=$(KERNEL_SRC)/$(M) \
|
||||
WLAN_PLATFORM_ROOT=vendor/qcom/opensource/wlan/platform \
|
||||
WLAN_COMMON_ROOT=cmn \
|
||||
WLAN_COMMON_INC=$(KERNEL_SRC)/$(M)/cmn \
|
||||
|
Reference in New Issue
Block a user