summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-03 16:22:28 +0200
committerPaolo Bonzini2020-08-21 12:30:21 +0200
commit4a96337dfa714f4d15cf9769b6a932a25be48421 (patch)
tree4094b9269104a94ad4a02e592c3e321c33097d55 /configure
parentmeson: convert ui directory to Meson (diff)
downloadqemu-4a96337dfa714f4d15cf9769b6a932a25be48421.tar.gz
qemu-4a96337dfa714f4d15cf9769b6a932a25be48421.tar.xz
qemu-4a96337dfa714f4d15cf9769b6a932a25be48421.zip
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 6133feed16..711c252034 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