The patch titled Add a missing space that prevents building modules that require host programs has been added to the -mm tree. Its filename is add-a-missing-space-that-prevents-building-modules-that-require-host-programs.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Add a missing space that prevents building modules that require host programs From: Ross Biro <rossb@xxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- scripts/Makefile.host | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/Makefile.host~add-a-missing-space-that-prevents-building-modules-that-require-host-programs scripts/Makefile.host --- a/scripts/Makefile.host~add-a-missing-space-that-prevents-building-modules-that-require-host-programs +++ a/scripts/Makefile.host @@ -30,7 +30,7 @@ # libkconfig.so as the executable conf. # Note: Shared libraries consisting of C++ files are not supported -__hostprogs := $(sort $(hostprogs-y)$(hostprogs-m)) +__hostprogs := $(sort $(hostprogs-y) $(hostprogs-m)) # hostprogs-y := tools/build may have been specified. Retreive directory host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f)))) _ Patches currently in -mm which might be from rossb@xxxxxxxxxx are add-a-missing-space-that-prevents-building-modules-that-require-host-programs.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html