summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-06 13:40:26 +0200
committerPaolo Bonzini2020-08-21 12:30:22 +0200
commit5d3ea0e17db463362578f47a47b5f0c4348516a2 (patch)
tree27dcedc4e3650dc2cc06c5008d27e53d740b314e /meson.build
parentmeson: convert root directory to Meson (diff)
downloadqemu-5d3ea0e17db463362578f47a47b5f0c4348516a2.tar.gz
qemu-5d3ea0e17db463362578f47a47b5f0c4348516a2.tar.xz
qemu-5d3ea0e17db463362578f47a47b5f0c4348516a2.zip
meson: convert most of softmmu/
Leave out main.c, it's special due to fuzzing. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ff200900ed..442855daef 100644
--- a/meson.build
+++ b/meson.build
@@ -645,6 +645,8 @@ softmmu_ss.add(when: ['CONFIG_FDT', fdt], if_true: [files('device_tree.c')])
common_ss.add(files('cpus-common.c'))
+subdir('softmmu')
+
# needed for fuzzing binaries
subdir('tests/qtest/libqos')