diff options
author | Wu Zhangjin <wuzj@lemote.com> | 2009-07-02 23:19:33 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 20:07:44 +0200 |
commit | 95ff7c955376d5bd52f044f445ea04eab4fb0f9a (patch) | |
tree | ac93055efdb02ec6344dba42df81d5181dce22f8 /arch/mips/lemote/lm2e/Makefile | |
parent | efc49ef556b135739386c64fd5c2ecd99b300446 (diff) | |
download | op-kernel-dev-95ff7c955376d5bd52f044f445ea04eab4fb0f9a.zip op-kernel-dev-95ff7c955376d5bd52f044f445ea04eab4fb0f9a.tar.gz |
MIPS: Loongson: Remove out-of-date board-specific kgdb source code
Since the re-implementation of kgdb by commit
8854700115ecf8aa6f087aa915b7b6cf18090d39 the platform-specific version
has become superfluous, remove it.
Signed-off-by: Wu Zhangjin <wuzj@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lemote/lm2e/Makefile')
-rw-r--r-- | arch/mips/lemote/lm2e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lemote/lm2e/Makefile b/arch/mips/lemote/lm2e/Makefile index d34671d..b0c0339 100644 --- a/arch/mips/lemote/lm2e/Makefile +++ b/arch/mips/lemote/lm2e/Makefile @@ -2,6 +2,6 @@ # Makefile for Lemote Fulong mini-PC board. # -obj-y += setup.o prom.o reset.o irq.o pci.o bonito-irq.o dbg_io.o mem.o +obj-y += setup.o prom.o reset.o irq.o pci.o bonito-irq.o mem.o EXTRA_CFLAGS += -Werror |