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