Browse Source

Makefile: Set WLAN_PLATFORM_ROOT

Change-Id: Ic7a765558131d255daa6f6eb97822fc2c1e08212
Signed-off-by: chandu078 <[email protected]>
chandu078 11 tháng trước cách đây
mục cha
commit
e203b1ed6a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      qcom/opensource/wlan/qcacld-3.0/Makefile

+ 1 - 0
qcom/opensource/wlan/qcacld-3.0/Makefile

@@ -14,6 +14,7 @@ M ?= $(shell pwd)
 ifeq ($(WLAN_ROOT),)
 KBUILD_OPTIONS += \
     WLAN_ROOT=$(KERNEL_SRC)/$(M)/.kiwi_v2 \
+    WLAN_PLATFORM_ROOT=vendor/qcom/opensource/wlan/platform \
     WLAN_COMMON_ROOT=cmn \
     WLAN_COMMON_INC=$(KERNEL_SRC)/$(M)/cmn \
     WLAN_FW_API=$(KERNEL_SRC)/$(M)/../fw-api \