summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2017-01-25 16:14:11 +0000
committerStefan Hajnoczi <stefanha@redhat.com>2017-01-31 17:11:17 +0000
commitde928314aa5bdb1f0ad4c8dadc659bddaeb4c291 (patch)
treed6a0a29d2941f3c4759d95e93cd99d581e4ee986 /Makefile.objs
parentba78db44f6532d66a1e704bd44613e841baa2fc5 (diff)
downloadqemu-de928314aa5bdb1f0ad4c8dadc659bddaeb4c291.tar.gz
trace: move hw/block/dataplane events to correct subdir
The trace-events for a given source file should generally always live in the same directory as the source file. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20170125161417.31949-3-berrange@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 01cef866e4..babbc4e161 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -125,6 +125,7 @@ trace-events-y += io/trace-events
trace-events-y += migration/trace-events
trace-events-y += block/trace-events
trace-events-y += hw/block/trace-events
+trace-events-y += hw/block/dataplane/trace-events
trace-events-y += hw/char/trace-events
trace-events-y += hw/intc/trace-events
trace-events-y += hw/net/trace-events