]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
[mirror_qemu.git] / configure
index df9ade248dad71d83b4497ef66e3c9ba010d7d6e..deb62aff003b520ac9580fb78e14e614d5c0955e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1739,7 +1739,8 @@ if test "$preadv" = "yes" ; then
   echo "#define HAVE_PREADV 1" >> $config_host_h
 fi
 if test "$fdt" = "yes" ; then
-  echo "#define HAVE_FDT 1" >> $config_host_h
+  echo "CONFIG_FDT=y" >> $config_host_mak
+  echo "#define CONFIG_FDT 1" >> $config_host_h
   echo "FDT_LIBS=-lfdt" >> $config_host_mak
 fi