summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorKomal Seelam <kseelam@qti.qualcomm.com>2014-01-24 15:40:21 -0800
committerPrakash Dhavali <pdhavali@qca.qualcomm.com>2014-01-26 00:06:54 -0800
commit35ab773557e630b975d35527de351420d8fec30e (patch)
tree09870c3d208ee742b25b8ebde665dfcff565a4b1 /Android.mk
parentf6a1ba9790302fb6c7d9143f10eead7aedd4d9a2 (diff)
qcacld: enable mpq8092 compilation
Enable mpq8092 compilation Change-Id: I12ca0de33f2da67be6204a6bf368041196e10b5a
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 2d8fbf314db6..de83532a4213 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,8 +3,8 @@
# Assume no targets will be supported
WLAN_CHIPSET :=
-# Build/Package options for 8084 target
-ifeq ($(call is-board-platform,apq8084),true)
+# Build/Package options for 8084/8092 target
+ifeq ($(call is-board-platform-in-list, apq8084 mpq8092),true)
WLAN_CHIPSET := qca_cld
WLAN_SELECT := CONFIG_QCA_CLD_WLAN=m
WLAN_ISOC_SELECT := CONFIG_QCA_WIFI_ISOC=0