Commit 026dab3c authored by Ralf Baechle's avatar Ralf Baechle

MIPS: PowerTV: Migrate to new platform makefile style.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f70a974d
...@@ -9,6 +9,7 @@ platforms += loongson ...@@ -9,6 +9,7 @@ platforms += loongson
platforms += mipssim platforms += mipssim
platforms += mti-malta platforms += mti-malta
platforms += pmc-sierra platforms += pmc-sierra
platforms += powertv
platforms += rb532 platforms += rb532
platforms += sgi-ip22 platforms += sgi-ip22
platforms += sgi-ip27 platforms += sgi-ip27
......
...@@ -236,13 +236,6 @@ cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh ...@@ -236,13 +236,6 @@ cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh
core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 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 # Sibyte SB1250/BCM1480 SOC
# #
......
...@@ -26,4 +26,4 @@ ...@@ -26,4 +26,4 @@
obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \
asic/ pci/ asic/ pci/
EXTRA_CFLAGS += -Wall -Werror EXTRA_CFLAGS += -Wall
#
# Cisco PowerTV Platform
#
platform-$(CONFIG_POWERTV) += powertv/
cflags-$(CONFIG_POWERTV) += \
-I$(srctree)/arch/mips/include/asm/mach-powertv
load-$(CONFIG_POWERTV) += 0xffffffff90800000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment