]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
eap_proxy: Use unique Makefile names for Android and non-Android
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 15 Apr 2014 10:02:25 +0000 (13:02 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 15 Apr 2014 10:02:25 +0000 (13:02 +0300)
Rename the eap_proxy_*.mk file to eap_proxy_*.mak for non-Android builds
so that the same eap_proxy implementation can be more easily included in
the same directory for both cases.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/Makefile
wpa_supplicant/eap_proxy_dummy.mak [new file with mode: 0644]

index 19dae705369c655487f10ee076c1173756624429..f74d5165752d36f34f34da18c762ea4d54271ad7 100644 (file)
@@ -515,7 +515,7 @@ endif
 ifdef CONFIG_EAP_PROXY
 CFLAGS += -DCONFIG_EAP_PROXY
 OBJS += ../src/eap_peer/eap_proxy_$(CONFIG_EAP_PROXY).o
-include eap_proxy_$(CONFIG_EAP_PROXY).mk
+include eap_proxy_$(CONFIG_EAP_PROXY).mak
 CONFIG_IEEE8021X_EAPOL=y
 endif
 
diff --git a/wpa_supplicant/eap_proxy_dummy.mak b/wpa_supplicant/eap_proxy_dummy.mak
new file mode 100644 (file)
index 0000000..e69de29