SME: Fix build without 802.11r or WPS

This commit is contained in:
Jouni Malinen 2010-04-12 09:39:36 +03:00
parent 92aaafe6bd
commit 20e26395c8

View file

@ -1131,6 +1131,7 @@ OBJS += ../src/utils/base64.o
endif
ifdef NEED_SME
NEED_80211_COMMON=y
OBJS += sme.o
CFLAGS += -DCONFIG_SME
endif