Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8ed4b23 authored by Dundi Raviteja's avatar Dundi Raviteja
Browse files

wlan: Update wlan source directory path for sdm429w

Use BOARD_OPENSOURCE_DIR to get wlan source directory path
for sdm429w target.

Change-Id: I24a41941ceb2a384040313a6f58a90d625ace245
CRs-Fixed: 2846100
parent 761ee3e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ endif
ifeq ($(KBUILD_OPTIONS),)
KBUILD_OPTIONS += WLAN_PROPRIETARY=$(WLAN_PROPRIETARY)
KBUILD_OPTIONS += TARGET_SUPPORTS_WEARABLES=$(TARGET_SUPPORTS_WEARABLES)
KBUILD_OPTIONS += BOARD_OPENSOURCE_DIR=$(BOARD_OPENSOURCE_DIR)
KBUILD_OPTIONS += KERNEL_TO_BUILD_ROOT_OFFSET=$(KERNEL_TO_BUILD_ROOT_OFFSET)
endif

+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ endif # ANDROID_BUILD_TOP
else
ifneq ($(ANDROID_BUILD_TOP),)
ifeq ($(TARGET_PRODUCT),sdm429w)
    WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/device/qcom/sdm429w/common/opensource/wlan
    WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/$(BOARD_OPENSOURCE_DIR)/wlan
else
    WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/vendor/qcom/opensource/wlan
endif #TARGET_PRODUCT