From: Jan Kiszka <jan.kis...@siemens.com>

A recent generates config.h from config.mak; align these two configs with
the new way of doing things.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
Signed-off-by: Avi Kivity <a...@redhat.com>

diff --git a/configure b/configure
index 2a6faa2..c743186 100755
--- a/configure
+++ b/configure
@@ -1818,10 +1818,10 @@ if test "$fdt" = "yes" ; then
   echo "FDT_LIBS=$fdt_libs" >> $config_host_mak
 fi
 if test "$signalfd" = "yes" ; then
-  echo "#define CONFIG_signalfd 1" >> $config_host_h
+  echo "CONFIG_signalfd=y" >> $config_host_mak
 fi
 if test "$eventfd" = "yes" ; then
-  echo "#define CONFIG_eventfd 1" >> $config_host_h
+  echo "CONFIG_eventfd=y" >> $config_host_mak
 fi
 
 # XXX: suppress that
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to