diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:39:55 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:15 +0100 |
commit | aebd4d17dce4ca0b703d064282f47ade46fc6ecb (patch) | |
tree | ea0ed360a77e7c5eb03a2bfcea2acbfca0197d3b /Makefile.objs | |
parent | 732d83145e08e844f183142a6aee497c42909bca (diff) |
trace: split out trace events for hw/intc/ directory
Move all trace-events for files in the hw/intc/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-10-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 8c7d8a9112..8560df4348 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -126,3 +126,4 @@ trace-events-y += migration/trace-events trace-events-y += block/trace-events trace-events-y += hw/block/trace-events trace-events-y += hw/char/trace-events +trace-events-y += hw/intc/trace-events |