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