]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix wnm-fuzzer build
authorJouni Malinen <j@w1.fi>
Sat, 9 Dec 2017 16:45:34 +0000 (18:45 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Dec 2017 16:45:34 +0000 (18:45 +0200)
Need to include couple more wpa_supplicant source code files into the
build.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/wnm-fuzzer/Makefile

index dede75b1daaaf491273c01c9476a0219e5d45feb..482a1ad6355bd82ed6b0b20e28d21e8385b74f88 100644 (file)
@@ -78,6 +78,8 @@ OBJS += ../../wpa_supplicant/gas_query.o
 OBJS += ../../wpa_supplicant/offchannel.o
 OBJS += ../../wpa_supplicant/interworking.o
 OBJS += ../../wpa_supplicant/hs20_supplicant.o
+OBJS += ../../wpa_supplicant/rrm.o
+OBJS += ../../wpa_supplicant/op_classes.o
 OBJS += $(SRC)/drivers/drivers.o
 OBJS += $(SRC)/drivers/driver_common.o
 
@@ -86,6 +88,7 @@ wnm-fuzzer: wnm-fuzzer.o $(OBJS) $(LIBS)
 
 clean:
        $(MAKE) -C $(SRC) clean
+       $(MAKE) -C ../../wpa_supplicant clean
        rm -f wnm-fuzzer *~ *.o *.d
 
 -include $(OBJS:%.o=%.d)