summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-08-05 15:02:20 +0200
committerStefan Hajnoczi2020-09-09 18:15:18 +0200
commit8b7a550702f13c2a5999f0871516c0ea54cee781 (patch)
treeb27c3b469645c96c8a0c9c701db5ae77ba149175 /meson.build
parentMerge remote-tracking branch 'remotes/kraxel/tags/sirius/ipxe-20200908-pull-r... (diff)
downloadqemu-8b7a550702f13c2a5999f0871516c0ea54cee781.tar.gz
qemu-8b7a550702f13c2a5999f0871516c0ea54cee781.tar.xz
qemu-8b7a550702f13c2a5999f0871516c0ea54cee781.zip
softmmu: Add missing trace-events file
Commit c7f419f584 moved softmmu-only files out of the root directory, but forgot to move the trace events, which should no longer be generated to "trace-root.h". Fix that by adding softmmu/trace-events. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Claudio Fontana <cfontana@suse.de> Message-id: 20200805130221.24487-1-philmd@redhat.com [Rebased onto meson. --Stefan] Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5421eca66a..951c4d0ec5 100644
--- a/meson.build
+++ b/meson.build
@@ -776,6 +776,7 @@ if have_system
'hw/riscv',
'migration',
'net',
+ 'softmmu',
'ui',
]
endif