From: Aurelien Jarno Add BCM947xx to arch/mips/Makefile. Cc: Michael Buesch Cc: Felix Fietkau Cc: Florian Schirmer Signed-off-by: Aurelien Jarno Cc: Ralf Baechle Signed-off-by: Andrew Morton --- arch/mips/Makefile | 7 +++++++ 1 file 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 @@ -528,6 +528,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/ _