diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:48 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:48 +0100 |
commit | 1505b60757694512b76edce8ecc6f73b4a8a7f9f (patch) | |
tree | ec3deb85986aea7e0d27d460f344e271501a9bf3 /arch/mips/jazz | |
parent | 82baa6b0829b810329dd72a31cd5721cba05488a (diff) | |
download | kernel_samsung_smdk4412-1505b60757694512b76edce8ecc6f73b4a8a7f9f.tar.gz kernel_samsung_smdk4412-1505b60757694512b76edce8ecc6f73b4a8a7f9f.tar.bz2 kernel_samsung_smdk4412-1505b60757694512b76edce8ecc6f73b4a8a7f9f.zip |
MIPS: Jazz: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jazz')
-rw-r--r-- | arch/mips/jazz/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/jazz/Platform | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/arch/mips/jazz/Makefile b/arch/mips/jazz/Makefile index 5aee0c266d1..dd9d99bfcf7 100644 --- a/arch/mips/jazz/Makefile +++ b/arch/mips/jazz/Makefile @@ -3,5 +3,3 @@ # obj-y := irq.o jazzdma.o reset.o setup.o - -EXTRA_CFLAGS += -Werror diff --git a/arch/mips/jazz/Platform b/arch/mips/jazz/Platform new file mode 100644 index 00000000000..3373788acca --- /dev/null +++ b/arch/mips/jazz/Platform @@ -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 |