aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-17 14:55:32 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:17 -0400
commitd3b184809608f3ea948b199d779ec02169ad7085 (patch)
treef8ee6b6137a708ba4e4af2e40d68a1192ba7bd8c /meson.build
parent7fcfd45666c382dfadce0ea160cba7e8d3328337 (diff)
downloadqemu-d3b184809608f3ea948b199d779ec02169ad7085.zip
qemu-d3b184809608f3ea948b199d779ec02169ad7085.tar.gz
qemu-d3b184809608f3ea948b199d779ec02169ad7085.tar.bz2
meson: convert target/s390x/gen-features.h
Needed by linux-user/s390x/cpu_loop.c; this removes the only use of HOST_CC. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@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 ece3be7..c892672 100644
--- a/meson.build
+++ b/meson.build
@@ -348,6 +348,7 @@ qemuutil = declare_dependency(link_with: libqemuutil,
subdir('io')
subdir('fsdev')
+subdir('target')
# Other build targets
if 'CONFIG_GUEST_AGENT' in config_host