The patch titled MIPS: Add BCM947xx to Makefile has been added to the -mm tree. Its filename is mips-add-bcm947xx-to-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: MIPS: Add BCM947xx to Makefile From: Aurelien Jarno <aurelien@xxxxxxxxxxx> Add BCM947xx to arch/mips/Makefile. Cc: Michael Buesch <mb@xxxxxxxxx> Cc: Felix Fietkau <nbd@xxxxxxxxxxx> Cc: Florian Schirmer <jolt@xxxxxxxxxx> Signed-off-by: Aurelien Jarno <aurelien@xxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mips/Makefile | 7 +++++++ 1 files changed, 7 insertions(+) diff -puN arch/mips/Makefile~mips-add-bcm947xx-to-makefile arch/mips/Makefile --- a/arch/mips/Makefile~mips-add-bcm947xx-to-makefile +++ a/arch/mips/Makefile @@ -533,6 +533,13 @@ libs-$(CONFIG_SIBYTE_BIGSUR) += arch/mip load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 # +# Broadcom BCM947XX boards +# +core-$(CONFIG_BCM947XX) += arch/mips/bcm947xx/ +cflags-$(CONFIG_BCM947XX) += -Iinclude/asm-mips/mach-bcm947xx +load-$(CONFIG_BCM947XX) := 0xffffffff80001000 + +# # SNI RM # core-$(CONFIG_SNI_RM) += arch/mips/sni/ _ Patches currently in -mm which might be from aurelien@xxxxxxxxxxx are git-kvm.patch mips-detect-bcm947xx-cpus.patch mips-bcm947xx-support.patch rfc-add-bcm947xx-to-kconfig.patch mips-add-bcm947xx-to-makefile.patch git-wireless.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