diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-03 16:22:28 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:21 -0400 |
commit | 4a96337dfa714f4d15cf9769b6a932a25be48421 (patch) | |
tree | 4094b9269104a94ad4a02e592c3e321c33097d55 /configure | |
parent | 2b1ccdf44146424032e384749efa993855f3bda6 (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |