The patch titled add a missing LIB_Y to arch/alpha/boot Makefile has been added to the -mm tree. Its filename is add-a-missing-lib_y-to-arch-alpha-boot-makefile.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** 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 LIB_Y to arch/alpha/boot Makefile From: Meelis Roos <mroos@xxxxxxxx> Add $(LIBS_Y) to get lib/lib.a so srm_printk is present. Signed-off-by: Meelis Roos <mroos@xxxxxxxx> Cc: Richard Henderson <rth@xxxxxxxxxxx> Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> Cc: Jay Estabrook <jay.estabrook@xxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/alpha/boot/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/alpha/boot/Makefile~add-a-missing-lib_y-to-arch-alpha-boot-makefile arch/alpha/boot/Makefile --- a/arch/alpha/boot/Makefile~add-a-missing-lib_y-to-arch-alpha-boot-makefile +++ a/arch/alpha/boot/Makefile @@ -104,7 +104,7 @@ OBJ_bootlx := $(obj)/head.o $(obj)/mai OBJ_bootph := $(obj)/head.o $(obj)/bootp.o OBJ_bootpzh := $(obj)/head.o $(obj)/bootpz.o $(obj)/misc.o -$(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) FORCE +$(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) $(LIBS_Y) FORCE $(call if_changed,ld) $(obj)/bootpheader: $(obj)/bootloader.lds $(OBJ_bootph) $(LIBS_Y) FORCE _ Patches currently in -mm which might be from mroos@xxxxxxxx are alpha-fix-mkbb-compilation-warnings.patch alpha-fix-objstripc-compilation-warnings.patch alpha-fix-boot-mainc-warning.patch lib-move-kasprintf-to-a-separate-file.patch add-a-missing-lib_y-to-arch-alpha-boot-makefile.patch acpi-cure-run-together-printk-lines.patch fix-integer-overflow-warning-in-i2o_block.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