From: Jouni Malinen Date: Mon, 12 Apr 2010 06:39:36 +0000 (+0300) Subject: SME: Fix build without 802.11r or WPS X-Git-Tag: hostap_0_7_2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e26395c81c24a622481467f28e39b137dcd798;p=thirdparty%2Fhostap.git SME: Fix build without 802.11r or WPS --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 20ec31f25..10bfd67ad 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -1131,6 +1131,7 @@ OBJS += ../src/utils/base64.o endif ifdef NEED_SME +NEED_80211_COMMON=y OBJS += sme.o CFLAGS += -DCONFIG_SME endif