diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2017-01-25 16:14:13 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2017-01-31 17:11:18 +0000 |
commit | 9c5826306deef54003d8bc751021e95298014f32 (patch) | |
tree | ffd77277adddf690b38a6c89c9f7493e9c73c68b /Makefile.objs | |
parent | 1416f9ea6d780e72632cccdc17721e11680b98b2 (diff) |
trace: move hw/i386/xen 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-5-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 9ac11e7628..6abe0b95ff 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -144,6 +144,7 @@ trace-events-y += hw/sd/trace-events trace-events-y += hw/isa/trace-events trace-events-y += hw/mem/trace-events trace-events-y += hw/i386/trace-events +trace-events-y += hw/i386/xen/trace-events trace-events-y += hw/9pfs/trace-events trace-events-y += hw/ppc/trace-events trace-events-y += hw/pci/trace-events |