]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile
numa: improve cpu hotplug error message with a wrong node-id
[mirror_qemu.git] / Makefile
index 68c2e9f0c6cea4428f021c2582a90bc455e4f44a..8e2fc6624c31b76b358453d10889cf4b9e19aa2e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1031,7 +1031,9 @@ $(filter %.1 %.7 %.8,$(DOCS)): scripts/texi2pod.pl
 %/coverage-report.html:
        @mkdir -p $*
        $(call quiet-command,\
-               gcovr -r $(SRC_PATH) --object-directory $(BUILD_PATH) \
+               gcovr -r $(SRC_PATH) \
+               $(foreach t, $(TARGET_DIRS), --object-directory $(BUILD_DIR)/$(t)) \
+                --object-directory $(BUILD_DIR) \
                -p --html --html-details -o $@, \
                "GEN", "coverage-report.html")