diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-03-14 18:58:28 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 19:20:23 +0400 |
commit | 2127435e57a15f1fea8d6969e264eeb05b28ba4b (patch) | |
tree | c8ae7407efcfe42309fbab978c931e17042780b8 /arch/mips/jmr3927/rbhma3100/Makefile | |
parent | 252161eccd1a44f32a506d0fedb424d4ff84e4dc (diff) | |
download | linux-2127435e57a15f1fea8d6969e264eeb05b28ba4b.tar.xz |
[MIPS] JMR3927 cleanup
* Kill dead codes
* Rearrange irq chip handlers
* Minimize defconfig
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jmr3927/rbhma3100/Makefile')
-rw-r--r-- | arch/mips/jmr3927/rbhma3100/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/jmr3927/rbhma3100/Makefile b/arch/mips/jmr3927/rbhma3100/Makefile index 18fe9a898cb7..8d00ba460cef 100644 --- a/arch/mips/jmr3927/rbhma3100/Makefile +++ b/arch/mips/jmr3927/rbhma3100/Makefile @@ -3,5 +3,4 @@ # obj-y += init.o irq.o setup.o -obj-$(CONFIG_RUNTIME_DEBUG) += debug.o obj-$(CONFIG_KGDB) += kgdb_io.o |