Fix ap-mgmt-fuzzer build
Add src/ap/eth_p_oui.o into libap.a to be able to link ap-mgmt-fuzzer. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e9463b482b
commit
e5c7c2f28e
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ include ../lib.rules
|
|||
|
||||
CFLAGS += -DHOSTAPD
|
||||
CFLAGS += -DNEED_AP_MLME
|
||||
CFLAGS += -DCONFIG_ETH_P_OUI
|
||||
CFLAGS += -DCONFIG_HS20
|
||||
CFLAGS += -DCONFIG_INTERWORKING
|
||||
CFLAGS += -DCONFIG_IEEE80211R
|
||||
|
@ -34,6 +35,7 @@ LIB_OBJS= \
|
|||
dhcp_snoop.o \
|
||||
drv_callbacks.o \
|
||||
eap_user_db.o \
|
||||
eth_p_oui.o \
|
||||
gas_serv.o \
|
||||
hostapd.o \
|
||||
hs20.o \
|
||||
|
|
Loading…
Reference in a new issue