diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:40:10 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:16 +0100 |
commit | 5eb76e480b42206d3640c1aab8a376ba350f70bb (patch) | |
tree | 6b4fd61c2ad4369b08c0683850193c7225dbe63f /Makefile.objs | |
parent | 2b785e3cbfe7539d3da6eeeb21967ddb44f0c99f (diff) |
trace: split out trace events for hw/i386/ directory
Move all trace-events for files in the hw/i386/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-25-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 764e6fd285..e1f5cc62b0 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -141,3 +141,4 @@ trace-events-y += hw/dma/trace-events trace-events-y += hw/sparc/trace-events trace-events-y += hw/sd/trace-events trace-events-y += hw/isa/trace-events +trace-events-y += hw/i386/trace-events |