aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2010-08-05 08:25:48 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 08:25:48 -0400
commit1505b60757694512b76edce8ecc6f73b4a8a7f9f (patch)
treeec3deb85986aea7e0d27d460f344e271501a9bf3 /arch
parent82baa6b0829b810329dd72a31cd5721cba05488a (diff)
MIPS: Jazz: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Kbuild.platforms1
-rw-r--r--arch/mips/Makefile7
-rw-r--r--arch/mips/jazz/Makefile2
-rw-r--r--arch/mips/jazz/Platform6
4 files changed, 7 insertions, 9 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms
index c074ee2455b0..7973bb085496 100644
--- a/arch/mips/Kbuild.platforms
+++ b/arch/mips/Kbuild.platforms
@@ -3,6 +3,7 @@
3platforms += alchemy 3platforms += alchemy
4platforms += ar7 4platforms += ar7
5platforms += cobalt 5platforms += cobalt
6platforms += jazz
6platforms += loongson 7platforms += loongson
7platforms += mipssim 8platforms += mipssim
8platforms += pmc-sierra 9platforms += pmc-sierra
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index e83a88d62868..f714c8513515 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -192,13 +192,6 @@ endif
192include $(srctree)/arch/mips/Kbuild.platforms 192include $(srctree)/arch/mips/Kbuild.platforms
193 193
194# 194#
195# Acer PICA 61, Mips Magnum 4000 and Olivetti M700.
196#
197core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/
198cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz
199load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000
200
201#
202# DECstation family 195# DECstation family
203# 196#
204core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ 197core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/
diff --git a/arch/mips/jazz/Makefile b/arch/mips/jazz/Makefile
index 5aee0c266d18..dd9d99bfcf7a 100644
--- a/arch/mips/jazz/Makefile
+++ b/arch/mips/jazz/Makefile
@@ -3,5 +3,3 @@
3# 3#
4 4
5obj-y := irq.o jazzdma.o reset.o setup.o 5obj-y := irq.o jazzdma.o reset.o setup.o
6
7EXTRA_CFLAGS += -Werror
diff --git a/arch/mips/jazz/Platform b/arch/mips/jazz/Platform
new file mode 100644
index 000000000000..3373788acca1
--- /dev/null
+++ b/arch/mips/jazz/Platform
@@ -0,0 +1,6 @@
1#
2# Acer PICA 61, Mips Magnum 4000 and Olivetti M700.
3#
4platform-$(CONFIG_MACH_JAZZ) += jazz/
5cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz
6load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000