summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index f68048b..a61e7c2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1 +1,5 @@
+WLAN_PATH := $(call my-dir)
+
+ifeq ($(WLAN_PATH),$(call project-path-for,wlan))
include $(call all-named-subdir-makefiles,qcwcn)
+endif