Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 platforms += alchemy
 platforms += ar7
 platforms += bcm47xx
+platforms += bcm63xx
 platforms += cobalt
 platforms += dec
 platforms += jazz
 
 core-$(CONFIG_SIBYTE_BIGSUR)   += arch/mips/sibyte/swarm/
 load-$(CONFIG_SIBYTE_BIGSUR)   := 0xffffffff80100000
 
-#
-# Broadcom BCM63XX boards
-#
-core-$(CONFIG_BCM63XX)         += arch/mips/bcm63xx/
-cflags-$(CONFIG_BCM63XX)       += -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
-load-$(CONFIG_BCM63XX)         := 0xffffffff80010000
-
 #
 # Common TXx9
 #
 
 obj-$(CONFIG_EARLY_PRINTK)     += early_printk.o
 
 obj-y          += boards/
-
-EXTRA_CFLAGS += -Werror
 
--- /dev/null
+#
+# Broadcom BCM63XX boards
+#
+platform-$(CONFIG_BCM63XX)     += bcm63xx/
+cflags-$(CONFIG_BCM63XX)       +=                                      \
+               -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
+load-$(CONFIG_BCM63XX)         := 0xffffffff80010000