Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
platforms += mipssim
platforms += mti-malta
platforms += pmc-sierra
+platforms += powertv
platforms += rb532
platforms += sgi-ip22
platforms += sgi-ip27
core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
-#
-# Cisco PowerTV Platform
-#
-core-$(CONFIG_POWERTV) += arch/mips/powertv/
-cflags-$(CONFIG_POWERTV) += -I$(srctree)/arch/mips/include/asm/mach-powertv
-load-$(CONFIG_POWERTV) += 0xffffffff90800000
-
#
# Sibyte SB1250/BCM1480 SOC
#
obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \
asic/ pci/
-EXTRA_CFLAGS += -Wall -Werror
+EXTRA_CFLAGS += -Wall
--- /dev/null
+#
+# Cisco PowerTV Platform
+#
+platform-$(CONFIG_POWERTV) += powertv/
+cflags-$(CONFIG_POWERTV) += \
+ -I$(srctree)/arch/mips/include/asm/mach-powertv
+load-$(CONFIG_POWERTV) += 0xffffffff90800000