From: Jouni Malinen Date: Tue, 15 Apr 2014 10:02:25 +0000 (+0300) Subject: eap_proxy: Use unique Makefile names for Android and non-Android X-Git-Tag: hostap_2_2~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128cc3755892a60562bd0c063ccda7f4b0ebd1de;p=thirdparty%2Fhostap.git eap_proxy: Use unique Makefile names for Android and non-Android 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 --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 19dae7053..f74d51657 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -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 index 000000000..e69de29bb