mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
MIPS: Jazz: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
82baa6b082
commit
1505b60757
@ -3,6 +3,7 @@
|
||||
platforms += alchemy
|
||||
platforms += ar7
|
||||
platforms += cobalt
|
||||
platforms += jazz
|
||||
platforms += loongson
|
||||
platforms += mipssim
|
||||
platforms += pmc-sierra
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -3,5 +3,3 @@
|
||||
#
|
||||
|
||||
obj-y := irq.o jazzdma.o reset.o setup.o
|
||||
|
||||
EXTRA_CFLAGS += -Werror
|
||||
|
6
arch/mips/jazz/Platform
Normal file
6
arch/mips/jazz/Platform
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user