diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 6dcdbfb15ce3..7b936edd2c16 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -535,6 +535,13 @@ libs-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ | |||
535 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | 535 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 |
536 | 536 | ||
537 | # | 537 | # |
538 | # Broadcom BCM47XX boards | ||
539 | # | ||
540 | core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/ | ||
541 | cflags-$(CONFIG_BCM47XX) += -Iinclude/asm-mips/mach-bcm47xx | ||
542 | load-$(CONFIG_BCM47XX) := 0xffffffff80001000 | ||
543 | |||
544 | # | ||
538 | # SNI RM | 545 | # SNI RM |
539 | # | 546 | # |
540 | core-$(CONFIG_SNI_RM) += arch/mips/sni/ | 547 | core-$(CONFIG_SNI_RM) += arch/mips/sni/ |