aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2012-08-10 08:13:40 -0500
committerVishal Mahaveer <vishalm@ti.com>2012-08-10 08:13:40 -0500
commitc74cce202a87e55ee7693a07bda6e417929bc2fc (patch)
treea9e040ccfbac1ea5ea7985bedddadc9faa28afb8 /Android.mk
parent1cb767508ec7f760e81d5f1c832fc8263c570c99 (diff)
downloadexternal_wpa_supplicant_8_ti-c74cce202a87e55ee7693a07bda6e417929bc2fc.zip
external_wpa_supplicant_8_ti-c74cce202a87e55ee7693a07bda6e417929bc2fc.tar.gz
external_wpa_supplicant_8_ti-c74cce202a87e55ee7693a07bda6e417929bc2fc.tar.bz2
Android.mk: update version string
Update version string to differentiate this tree from Google tree Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 77d72ea..90236f2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,3 @@
-ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)
+ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X_TI)
include $(call all-subdir-makefiles)
endif