summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorGovind Singh <govinds@codeaurora.org>2017-01-12 19:40:49 +0530
committerqcabuildsw <qcabuildsw@localhost>2017-02-01 16:38:48 -0800
commit76dd94e406b3a738210c13950586784cd5c0478c (patch)
treef4c853d59f0de91cf10cc6fbe6f519df5583c8a0 /Android.mk
parentd570848fa5dbd2727ed4c6caa20415e8b8d0cdbf (diff)
downloadqcacld-76dd94e406b3a738210c13950586784cd5c0478c.tar.gz
qcacld-3.0: Enable fw api compilation
New fw-api component is mirrored project from fw source tree and it is being synced periodically from Perforce to GIT. Use fw-api target includes instead of target/inc. Change-Id: I76d47580950d97c2d97e62bc877ff7886099df7f CRs-Fixed: 1110733
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c561aedebc..976634b454 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,6 +50,7 @@ endif # platform-sdk-version
KBUILD_OPTIONS := WLAN_ROOT=$(KERNEL_TO_BUILD_ROOT_OFFSET)$(WLAN_BLD_DIR)/qcacld-3.0
KBUILD_OPTIONS += WLAN_COMMON_ROOT=../qca-wifi-host-cmn
KBUILD_OPTIONS += WLAN_COMMON_INC=$(KERNEL_TO_BUILD_ROOT_OFFSET)$(WLAN_BLD_DIR)/qca-wifi-host-cmn
+KBUILD_OPTIONS += WLAN_FW_INC=$(KERNEL_TO_BUILD_ROOT_OFFSET)$(WLAN_BLD_DIR)/fw-api
# We are actually building wlan.ko here, as per the
# requirement we are specifying <chipset>_wlan.ko as LOCAL_MODULE.