6035969e0e
Build eap_*.so into the wpa_supplicant similarly with the wpa_supplicant binary and include the shared helper functions from additional files into the builds. This got broken at some point with the build system changes. Signed-off-by: Jouni Malinen <j@w1.fi>
7 lines
87 B
Makefile
7 lines
87 B
Makefile
CFLAGS += -DIEEE8021X_EAPOL
|
|
|
|
LIB_OBJS= \
|
|
eap.o \
|
|
eap_methods.o
|
|
|
|
include ../lib.rules
|