Commit 1505b607 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Jazz: Migrate to new platform makefile style.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 82baa6b0
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
platforms += alchemy platforms += alchemy
platforms += ar7 platforms += ar7
platforms += cobalt platforms += cobalt
platforms += jazz
platforms += loongson platforms += loongson
platforms += mipssim platforms += mipssim
platforms += pmc-sierra platforms += pmc-sierra
......
...@@ -191,13 +191,6 @@ endif ...@@ -191,13 +191,6 @@ endif
# #
include $(srctree)/arch/mips/Kbuild.platforms include $(srctree)/arch/mips/Kbuild.platforms
#
# Acer PICA 61, Mips Magnum 4000 and Olivetti M700.
#
core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/
cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz
load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000
# #
# DECstation family # DECstation family
# #
......
...@@ -3,5 +3,3 @@ ...@@ -3,5 +3,3 @@
# #
obj-y := irq.o jazzdma.o reset.o setup.o obj-y := irq.o jazzdma.o reset.o setup.o
EXTRA_CFLAGS += -Werror
#
# Acer PICA 61, Mips Magnum 4000 and Olivetti M700.
#
platform-$(CONFIG_MACH_JAZZ) += jazz/
cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz
load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000
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