diff options
| author | Daniel P. Berrange | 2017-01-25 17:14:12 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2017-01-31 18:11:17 +0100 |
| commit | 1416f9ea6d780e72632cccdc17721e11680b98b2 (patch) | |
| tree | 5c453c5891c7ec1fc7c89b3ba87345d5b8078bf2 /Makefile.objs | |
| parent | trace: move hw/block/dataplane events to correct subdir (diff) | |
| download | qemu-1416f9ea6d780e72632cccdc17721e11680b98b2.tar.gz qemu-1416f9ea6d780e72632cccdc17721e11680b98b2.tar.xz qemu-1416f9ea6d780e72632cccdc17721e11680b98b2.zip | |
trace: move hw/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-4-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 babbc4e161..9ac11e7628 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -152,6 +152,7 @@ trace-events-y += hw/vfio/trace-events trace-events-y += hw/acpi/trace-events trace-events-y += hw/arm/trace-events trace-events-y += hw/alpha/trace-events +trace-events-y += hw/xen/trace-events trace-events-y += ui/trace-events trace-events-y += audio/trace-events trace-events-y += net/trace-events |
