summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:08:10 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:08:10 -0800
commitb646ee4ff2d88f4481b1cced9b480f3b9abc0d71 (patch)
treee0b79f0306fd7e261488a67f7b0b42b43e5b39e6 /Android.mk
parent607e8a019b921eee008cd1e9ffc132318fabce7f (diff)
downloadti-b646ee4ff2d88f4481b1cced9b480f3b9abc0d71.tar.gz
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 63185fa..7af5357 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,5 +15,11 @@
#
ifneq ($(TARGET_SIMULATOR),true)
- include $(all-subdir-makefiles)
+ system_wlan_ti_path := $(my-dir)
+ # The board config file for the product must define BOARD_WLAN_TI_STA_DK_ROOT
+ # in order to build the TI wlan components.
+ ifdef BOARD_WLAN_TI_STA_DK_ROOT
+ include $(BOARD_WLAN_TI_STA_DK_ROOT)/Android.mk
+ include $(system_wlan_ti_path)/wpa_supplicant_lib/Android.mk
+ endif
endif