|
@@ -1252,7 +1252,11 @@ endif
|
|
@$(if $(TARGET_DIRS), \
|
|
@$(if $(TARGET_DIRS), \
|
|
echo 'Architecture specific targets:'; \
|
|
echo 'Architecture specific targets:'; \
|
|
$(foreach t, $(TARGET_DIRS), \
|
|
$(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 '')
|
|
echo '')
|
|
@$(if $(TOOLS), \
|
|
@$(if $(TOOLS), \
|
|
echo 'Tools targets:'; \
|
|
echo 'Tools targets:'; \
|