[PATCH] qemu-kvm: Fix CONFIG_signalfd/eventfd generation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx>
---

 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux