We don't really need to duplicate more of this, so just move the lib.rules include to the end and do more of the stuff that's common anyway there. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
14 lines
211 B
Makefile
14 lines
211 B
Makefile
CFLAGS += -DCONFIG_IEEE80211R
|
|
CFLAGS += -DCONFIG_TDLS
|
|
CFLAGS += -DCONFIG_WNM
|
|
CFLAGS += -DIEEE8021X_EAPOL
|
|
|
|
LIB_OBJS= \
|
|
pmksa_cache.o \
|
|
wpa_ft.o \
|
|
tdls.o \
|
|
preauth.o \
|
|
wpa.o \
|
|
wpa_ie.o
|
|
|
|
include ../lib.rules
|