diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-05-07 18:01:51 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-05-11 14:28:31 +0100 |
commit | 1e54f778af4467b816bf1289e7c4bf7e50067b7b (patch) | |
tree | c6b6daff71c7e26d59dc84a61fb05ff1fe3dac02 /arch/mips/momentum/ocelot_g/Makefile | |
parent | 0b6249567b4ecf6e9d5a8efcf149f3e7cf788cc0 (diff) | |
download | kernel_samsung_aries-1e54f778af4467b816bf1289e7c4bf7e50067b7b.zip kernel_samsung_aries-1e54f778af4467b816bf1289e7c4bf7e50067b7b.tar.gz kernel_samsung_aries-1e54f778af4467b816bf1289e7c4bf7e50067b7b.tar.bz2 |
[MIPS] Remove Momenco Ocelot G support
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/momentum/ocelot_g/Makefile')
-rw-r--r-- | arch/mips/momentum/ocelot_g/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/momentum/ocelot_g/Makefile b/arch/mips/momentum/ocelot_g/Makefile deleted file mode 100644 index c0a0030..0000000 --- a/arch/mips/momentum/ocelot_g/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# -# Makefile for Momentum Computer's Ocelot-G board. -# - -obj-y += irq.o gt-irq.o prom.o reset.o setup.o -obj-$(CONFIG_KGDB) += dbg_io.o |