aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-08-03 16:22:28 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:21 -0400
commit4a96337dfa714f4d15cf9769b6a932a25be48421 (patch)
tree4094b9269104a94ad4a02e592c3e321c33097d55 /configure
parent2b1ccdf44146424032e384749efa993855f3bda6 (diff)
downloadqemu-4a96337dfa714f4d15cf9769b6a932a25be48421.zip
qemu-4a96337dfa714f4d15cf9769b6a932a25be48421.tar.gz
qemu-4a96337dfa714f4d15cf9769b6a932a25be48421.tar.bz2
meson: convert root directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 6133fee..711c252 100755
--- a/configure
+++ b/configure
@@ -7380,6 +7380,8 @@ if test "$preadv" = "yes" ; then
fi
if test "$fdt" != "no" ; then
echo "CONFIG_FDT=y" >> $config_host_mak
+ echo "FDT_CFLAGS=$fdt_cflags" >> $config_host_mak
+ echo "FDT_LIBS=$fdt_ldflags $fdt_libs" >> $config_host_mak
fi
if test "$membarrier" = "yes" ; then
echo "CONFIG_MEMBARRIER=y" >> $config_host_mak