diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-10-24 23:16:56 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 10:14:55 +0000 |
commit | 8b6c2324bf2b023e26d53052bbcddcbf2f2c97ee (patch) | |
tree | bcf2ffec2908d61e40efe902508236aa73fad872 /arch/mips/tx4927/common/Makefile | |
parent | 619b6e18fce20e4b2d0082cde989f37e1be7b3e1 (diff) |
[MIPS] cleanup tx39/tx49 setup code
Remove some unnecessary codes, includes and files.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/tx4927/common/Makefile')
-rw-r--r-- | arch/mips/tx4927/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/tx4927/common/Makefile b/arch/mips/tx4927/common/Makefile index 18375787e09..e4a5e464b37 100644 --- a/arch/mips/tx4927/common/Makefile +++ b/arch/mips/tx4927/common/Makefile @@ -6,7 +6,7 @@ # unless it's something special (ie not a .c file). # -obj-y += tx4927_prom.o tx4927_setup.o tx4927_irq.o +obj-y += tx4927_prom.o tx4927_irq.o obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o obj-$(CONFIG_KGDB) += tx4927_dbgio.o |