Once the fuzzer is better-integrated into the build-system, this should
go away
Signed-off-by: Alexander Oleinik <alxndr@bu.edu>
---
target/i386/Makefile.objs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/i386/Makefile.objs b/target/i386/Makefile.objs
index 3d646848ef..c8834f6ad1 100644
--- a/target/i386/Makefile.objs
+++ b/target/i386/Makefile.objs
@@ -23,7 +23,7 @@ endif
# I find a better way to integrate into the build system
ifeq ($(CONFIG_FUZZ),y)
obj-$(CONFIG_FUZZ) += ../../tests/fuzz/ramfile.o ../../accel/fuzz.o
-obj-$(CONFIG_FUZZ) += ../../tests/fuzz/fuzz.o
+obj-$(CONFIG_FUZZ) += ../../tests/fuzz/fuzz.o ../../tests/fuzz/fuzzer_hooks.o
obj-$(CONFIG_FUZZ) += ../../tests/fuzz/virtio-net-fuzz.o
obj-$(CONFIG_FUZZ) += ../../tests/fuzz/qtest_fuzz.o
obj-$(CONFIG_FUZZ) += ../../tests/libqtest.o
--
2.20.1