aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/Kbuild.platforms1
-rw-r--r--arch/mips/Makefile7
-rw-r--r--arch/mips/powertv/Makefile2
-rw-r--r--arch/mips/powertv/Platform7
4 files changed, 9 insertions, 8 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms
index ad35f7bb8cd0..31bba5b095de 100644
--- a/arch/mips/Kbuild.platforms
+++ b/arch/mips/Kbuild.platforms
@@ -9,6 +9,7 @@ platforms += loongson
9platforms += mipssim 9platforms += mipssim
10platforms += mti-malta 10platforms += mti-malta
11platforms += pmc-sierra 11platforms += pmc-sierra
12platforms += powertv
12platforms += rb532 13platforms += rb532
13platforms += sgi-ip22 14platforms += sgi-ip22
14platforms += sgi-ip27 15platforms += sgi-ip27
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index ff681502f6df..c983a8777b06 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -237,13 +237,6 @@ core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
237load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 237load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
238 238
239# 239#
240# Cisco PowerTV Platform
241#
242core-$(CONFIG_POWERTV) += arch/mips/powertv/
243cflags-$(CONFIG_POWERTV) += -I$(srctree)/arch/mips/include/asm/mach-powertv
244load-$(CONFIG_POWERTV) += 0xffffffff90800000
245
246#
247# Sibyte SB1250/BCM1480 SOC 240# Sibyte SB1250/BCM1480 SOC
248# 241#
249# This is a LIB so that it links at the end, and initcalls are later 242# This is a LIB so that it links at the end, and initcalls are later
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile
index e9fe1c6efe16..506c4ca9d44a 100644
--- a/arch/mips/powertv/Makefile
+++ b/arch/mips/powertv/Makefile
@@ -26,4 +26,4 @@
26obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ 26obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \
27 asic/ pci/ 27 asic/ pci/
28 28
29EXTRA_CFLAGS += -Wall -Werror 29EXTRA_CFLAGS += -Wall
diff --git a/arch/mips/powertv/Platform b/arch/mips/powertv/Platform
new file mode 100644
index 000000000000..4eb5af1d8eea
--- /dev/null
+++ b/arch/mips/powertv/Platform
@@ -0,0 +1,7 @@
1#
2# Cisco PowerTV Platform
3#
4platform-$(CONFIG_POWERTV) += powertv/
5cflags-$(CONFIG_POWERTV) += \
6 -I$(srctree)/arch/mips/include/asm/mach-powertv
7load-$(CONFIG_POWERTV) += 0xffffffff90800000