diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:48 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:48 -0400 |
commit | 1505b60757694512b76edce8ecc6f73b4a8a7f9f (patch) | |
tree | ec3deb85986aea7e0d27d460f344e271501a9bf3 /arch/mips/Makefile | |
parent | 82baa6b0829b810329dd72a31cd5721cba05488a (diff) |
MIPS: Jazz: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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 | |||
192 | include $(srctree)/arch/mips/Kbuild.platforms | 192 | include $(srctree)/arch/mips/Kbuild.platforms |
193 | 193 | ||
194 | # | 194 | # |
195 | # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. | ||
196 | # | ||
197 | core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ | ||
198 | cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz | ||
199 | load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 | ||
200 | |||
201 | # | ||
202 | # DECstation family | 195 | # DECstation family |
203 | # | 196 | # |
204 | core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ | 197 | core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ |