diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:40:05 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:16 +0100 |
commit | c3e203f30d4f09879f8cadbc951f5bb7ca55a209 (patch) | |
tree | 075caf8361ba7ff29c7ba7514986e77fe4832e83 /Makefile.objs | |
parent | d1d5119864101484c4d14a564b89d3fa296e801e (diff) |
trace: split out trace events for hw/timer/ directory
Move all trace-events for files in the hw/timer/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-20-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 5025512a61..fbd8454dae 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -136,3 +136,4 @@ trace-events-y += hw/scsi/trace-events trace-events-y += hw/nvram/trace-events trace-events-y += hw/display/trace-events trace-events-y += hw/input/trace-events +trace-events-y += hw/timer/trace-events |