diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:40:20 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:17 +0100 |
commit | 66d7a36d7590298246d6df43011738d6d08207d2 (patch) | |
tree | 7d99d730311585fc34476af1b99dfc54ffa957a5 /Makefile.objs | |
parent | 357ac7f31807d675fa1e8cf993352b331c350e41 (diff) |
trace: split out trace events for audio/ directory
Move all trace-events for files in the audio/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-35-git-send-email-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 32b52659d4..562acfa6bb 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -151,3 +151,4 @@ trace-events-y += hw/acpi/trace-events trace-events-y += hw/arm/trace-events trace-events-y += hw/alpha/trace-events trace-events-y += ui/trace-events +trace-events-y += audio/trace-events |