diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-09 16:29:16 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:33:05 +0100 |
commit | 688b3d720820a9e3e2e9d5882be64a28f649e206 (patch) | |
tree | 7181045ae55f69966e8237439a215242e9714ff4 /arch/mips/Makefile | |
parent | c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57 (diff) | |
download | op-kernel-dev-688b3d720820a9e3e2e9d5882be64a28f649e206.zip op-kernel-dev-688b3d720820a9e3e2e9d5882be64a28f649e206.tar.gz |
[MIPS] Delete Ocelot 3 support.
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 0c270b6..20d19c9 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -365,13 +365,6 @@ cflags-$(CONFIG_QEMU) += -Iinclude/asm-mips/mach-qemu load-$(CONFIG_QEMU) += 0xffffffff80010000 # -# Momentum Ocelot-3 -# -core-$(CONFIG_MOMENCO_OCELOT_3) += arch/mips/momentum/ocelot_3/ -cflags-$(CONFIG_MOMENCO_OCELOT_3) += -Iinclude/asm-mips/mach-ocelot3 -load-$(CONFIG_MOMENCO_OCELOT_3) += 0xffffffff80100000 - -# # Basler eXcite # core-$(CONFIG_BASLER_EXCITE) += arch/mips/basler/excite/ |