]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Add a top level Android.mk
authorJouni Malinen <j@w1.fi>
Sat, 18 May 2013 08:55:32 +0000 (11:55 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 May 2013 08:55:32 +0000 (11:55 +0300)
This allows the hostap.git repository version to be build as part of the
full Android platform build.

Signed-hostap: Jouni Malinen <j@w1.fi>

Android.mk [new file with mode: 0644]

diff --git a/Android.mk b/Android.mk
new file mode 100644 (file)
index 0000000..c2cc68b
--- /dev/null
@@ -0,0 +1,3 @@
+ifeq ($(WPA_SUPPLICANT_VERSION),VER_2_1_DEVEL)
+    include $(call all-subdir-makefiles)
+endif