summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-03-19 03:37:28 +0200
committerMichael S. Tsirkin <mst@redhat.com>2018-03-20 03:46:48 +0200
commit9578f8cc3e8bd71de8e3f543dc7b95644d64824e (patch)
tree0d415f9da9843132ef74e0c9faf7ce7af7548965 /Makefile
parente0e5c8583dd0f3912113011187ed7ef32f84c057 (diff)
downloadqemu-9578f8cc3e8bd71de8e3f543dc7b95644d64824e.tar.gz
Makefile: add target to print generated files
This is helpful for automatic code analysis. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 677a54b082..f799390464 100644
--- a/Makefile
+++ b/Makefile
@@ -1045,6 +1045,9 @@ endif
include $(SRC_PATH)/tests/docker/Makefile.include
include $(SRC_PATH)/tests/vm/Makefile.include
+printgen:
+ @echo $(GENERATED_FILES)
+
.PHONY: help
help:
@echo 'Generic targets:'