summaryrefslogtreecommitdiffstats
path: root/include/qemu/osdep.h
diff options
context:
space:
mode:
authorPaolo Bonzini2020-02-03 11:42:03 +0100
committerPaolo Bonzini2020-08-21 12:30:17 +0200
commit2becc36a3e53dc9b8ed01c5288e21a2463f1f640 (patch)
treea9d1f784c47bc111897d41db50972c4628bf6607 /include/qemu/osdep.h
parentmeson: convert target/s390x/gen-features.h (diff)
downloadqemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.gz
qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.xz
qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.zip
meson: infrastructure for building emulators
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu/osdep.h')
-rw-r--r--include/qemu/osdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h
index 20872e793e..412962d91a 100644
--- a/include/qemu/osdep.h
+++ b/include/qemu/osdep.h
@@ -29,7 +29,7 @@
#include "config-host.h"
#ifdef NEED_CPU_H
-#include "config-target.h"
+#include CONFIG_TARGET
#else
#include "exec/poison.h"
#endif