Skip to content

Commit

Permalink
MIPS: Jazz: Migrate to new platform makefile style.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Aug 5, 2010
1 parent 82baa6b commit 1505b60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
platforms += alchemy
platforms += ar7
platforms += cobalt
platforms += jazz
platforms += loongson
platforms += mipssim
platforms += pmc-sierra
Expand Down
7 changes: 0 additions & 7 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,6 @@ endif
#
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
#
Expand Down
2 changes: 0 additions & 2 deletions arch/mips/jazz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
#

obj-y := irq.o jazzdma.o reset.o setup.o

EXTRA_CFLAGS += -Werror
6 changes: 6 additions & 0 deletions arch/mips/jazz/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# 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

0 comments on commit 1505b60

Please sign in to comment.