Browse Source

qcacld-3.0: Adjust relative path to common

Need to adjust relative path to common repository after
relocating the base of the mcl git project.

Change-Id: Ib2cdab8756ec294e00e391d21a400ec82de76c70
CRs-Fixed: 688141
Houston Hoffman 9 years ago
parent
commit
9a6db86fea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Android.mk

+ 1 - 1
Android.mk

@@ -48,7 +48,7 @@ ifeq ($(WLAN_PROPRIETARY),1)
 	KBUILD_OPTIONS += WLAN_COMMON_ROOT=../../../opensource/wlan/qca-wifi-host-cmn
 else
 	KBUILD_OPTIONS := WLAN_ROOT=../$(WLAN_BLD_DIR)/qcacld-3.0
-	KBUILD_OPTIONS += WLAN_COMMON_ROOT=../../opensource/wlan/qca-wifi-host-cmn
+	KBUILD_OPTIONS += WLAN_COMMON_ROOT=../../../opensource/wlan/qca-wifi-host-cmn
 endif # WLAN_PROPRIETARY
 KBUILD_OPTIONS += WLAN_COMMON_INC=../vendor/qcom/opensource/wlan/qca-wifi-host-cmn