From 11cd1ffc71ac7178ccd177a4f4a1c2c90931a4b6 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 7 Feb 2021 18:16:28 +0200 Subject: [PATCH] tests: Fix fuzzing test build after file rename Signed-off-by: Jouni Malinen --- tests/fuzzing/wnm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzzing/wnm/Makefile b/tests/fuzzing/wnm/Makefile index 73eab5387..60d27b3a1 100644 --- a/tests/fuzzing/wnm/Makefile +++ b/tests/fuzzing/wnm/Makefile @@ -20,7 +20,7 @@ LIBS += $(SRC)/utils/libutils.a ELIBS += $(SRC)/crypto/libcrypto.a ELIBS += $(SRC)/tls/libtls.a -OBJS += $(WPAS_SRC)/blacklist.o +OBJS += $(WPAS_SRC)/bssid_ignore.o OBJS += $(WPAS_SRC)/bss.o OBJS += $(WPAS_SRC)/config.o OBJS += $(WPAS_SRC)/config_file.o