summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Wang <yyuwang@codeaurora.org>2017-02-13 14:20:15 +0800
committerqcabuildsw <qcabuildsw@localhost>2017-02-17 07:44:30 -0800
commit99a6f0f97d4b6499a47864f19fa7313279d8f61e (patch)
tree20f0f6657a07481b33d9eae38866166c9083b8f3
parentc17a6d551dbb60c723a60ae70643f300ea0716f3 (diff)
qcacld-3.0: correct the path for qca-wifi-host-cmn in Kbuild
From qcacld30-hl_git.bb/qcacld30-ll_git.bb, qca-wifi-host-cmn is in the same directory with qcacld-3.0(<src_root>/wlan/), so correct the path for it in Kbuild. Change-Id: I5c552d2f89cd7b6832c37d6785cfc5a0d00c795d CRs-Fixed: 2005755
-rw-r--r--Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kbuild b/Kbuild
index c3f5773607ea..367c132bff00 100644
--- a/Kbuild
+++ b/Kbuild
@@ -224,7 +224,7 @@ endif
endif
# If not set, assume, Common driver is with in the build tree
-WLAN_COMMON_ROOT ?= qca-wifi-host-cmn
+WLAN_COMMON_ROOT ?= ../qca-wifi-host-cmn
WLAN_COMMON_INC ?= $(WLAN_ROOT)/$(WLAN_COMMON_ROOT)
ifneq ($(CONFIG_MOBILE_ROUTER), y)