aboutsummaryrefslogtreecommitdiff
path: root/trace
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2017-03-16 14:23:10 +0000
committerPeter Maydell <peter.maydell@linaro.org>2017-03-16 14:23:10 +0000
commit094a9a7cd677237a07b4e4f1e8a39a5af38d0cbe (patch)
tree9682577c2b9e06fc6a0ef633ba9499b4f0832f0a /trace
parent699f6c6fd420e8c38f1f746f85815f4e88be11c6 (diff)
parent8755b4afbdcf1c274cab7545a9f76d3d6c7f5c29 (diff)
downloadqemu-094a9a7cd677237a07b4e4f1e8a39a5af38d0cbe.zip
qemu-094a9a7cd677237a07b4e4f1e8a39a5af38d0cbe.tar.gz
qemu-094a9a7cd677237a07b4e4f1e8a39a5af38d0cbe.tar.bz2
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
Pull request Tracing makefile fixes for QEMU 2.9. # gpg: Signature made Thu 16 Mar 2017 06:56:10 GMT # gpg: using RSA key 0x9CA4ABB381AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8 * remotes/stefanha/tags/tracing-pull-request: trace: ensure $(tracetool-y) is defined in top level makefile makefile: generate trace-events-all upfront makefile: merge GENERATED_HEADERS & GENERATED_SOURCES variables Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'trace')
-rw-r--r--trace/Makefile.objs8
1 files changed, 0 insertions, 8 deletions
diff --git a/trace/Makefile.objs b/trace/Makefile.objs
index 7de840a..1b8eb4a 100644
--- a/trace/Makefile.objs
+++ b/trace/Makefile.objs
@@ -1,13 +1,5 @@
# -*- mode: makefile -*-
-######################################################################
-# tracetool source files
-# Every rule that invokes tracetool must depend on this so code is regenerated
-# if tracetool itself changes.
-
-tracetool-y = $(SRC_PATH)/scripts/tracetool.py
-tracetool-y += $(shell find $(SRC_PATH)/scripts/tracetool -name "*.py")
-
$(BUILD_DIR)/trace-events-all: $(trace-events-files)
$(call quiet-command,cat $^ > $@)