diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 24ba9394fa68..b855d066b82f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -280,13 +280,6 @@ core-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ | |||
280 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | 280 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 |
281 | 281 | ||
282 | # | 282 | # |
283 | # Broadcom BCM47XX boards | ||
284 | # | ||
285 | core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/ | ||
286 | cflags-$(CONFIG_BCM47XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm47xx | ||
287 | load-$(CONFIG_BCM47XX) := 0xffffffff80001000 | ||
288 | |||
289 | # | ||
290 | # Broadcom BCM63XX boards | 283 | # Broadcom BCM63XX boards |
291 | # | 284 | # |
292 | core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ | 285 | core-$(CONFIG_BCM63XX) += arch/mips/bcm63xx/ |