]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - Makefile
tcg: Implement gvec support for rotate by vector
[thirdparty/qemu.git] / Makefile
index 34275f57c9cbe180dd42bf98b300f1eec541c0b3..40e4f7677bde5d088c08cf8e7044c450a025e8d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1252,7 +1252,11 @@ endif
        @$(if $(TARGET_DIRS), \
                echo 'Architecture specific targets:'; \
                $(foreach t, $(TARGET_DIRS), \
-               $(call print-help-run,$(t)/all,Build for $(t));) \
+               $(call print-help-run,$(t)/all,Build for $(t)); \
+               $(if $(CONFIG_FUZZ), \
+                       $(if $(findstring softmmu,$(t)), \
+                               $(call print-help-run,$(t)/fuzz,Build fuzzer for $(t)); \
+               ))) \
                echo '')
        @$(if $(TOOLS), \
                echo 'Tools targets:'; \