diff options
| author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-06-01 11:21:30 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:32:56 -0400 |
| commit | 4becef1d85a48ea4294c962c2cbacb6074f0dd58 (patch) | |
| tree | beea6b8fa8a861035385e5800ef3b2ed2301f1f2 /arch/mips/lib-32/Makefile | |
| parent | f6e2373ad6148476464fc7bb2610c6450c18cd2a (diff) | |
[MIPS] Unify dump_tlb
Unify lib-{32,64}/dump_tlb.c into lib/dump_tlb.c and move
lib-32/r3k_dump_tlb.c to lib directory.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lib-32/Makefile')
| -rw-r--r-- | arch/mips/lib-32/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/mips/lib-32/Makefile b/arch/mips/lib-32/Makefile index 8b94d4cc5a30..7bae849e544a 100644 --- a/arch/mips/lib-32/Makefile +++ b/arch/mips/lib-32/Makefile | |||
| @@ -3,21 +3,3 @@ | |||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | lib-y += watch.o | 5 | lib-y += watch.o |
| 6 | |||
| 7 | obj-$(CONFIG_CPU_MIPS32) += dump_tlb.o | ||
| 8 | obj-$(CONFIG_CPU_MIPS64) += dump_tlb.o | ||
| 9 | obj-$(CONFIG_CPU_NEVADA) += dump_tlb.o | ||
| 10 | obj-$(CONFIG_CPU_R10000) += dump_tlb.o | ||
| 11 | obj-$(CONFIG_CPU_R3000) += r3k_dump_tlb.o | ||
| 12 | obj-$(CONFIG_CPU_R4300) += dump_tlb.o | ||
| 13 | obj-$(CONFIG_CPU_R4X00) += dump_tlb.o | ||
| 14 | obj-$(CONFIG_CPU_R5000) += dump_tlb.o | ||
| 15 | obj-$(CONFIG_CPU_R5432) += dump_tlb.o | ||
| 16 | obj-$(CONFIG_CPU_R6000) += | ||
| 17 | obj-$(CONFIG_CPU_R8000) += | ||
| 18 | obj-$(CONFIG_CPU_RM7000) += dump_tlb.o | ||
| 19 | obj-$(CONFIG_CPU_RM9000) += dump_tlb.o | ||
| 20 | obj-$(CONFIG_CPU_SB1) += dump_tlb.o | ||
| 21 | obj-$(CONFIG_CPU_TX39XX) += r3k_dump_tlb.o | ||
| 22 | obj-$(CONFIG_CPU_TX49XX) += dump_tlb.o | ||
| 23 | obj-$(CONFIG_CPU_VR41XX) += dump_tlb.o | ||
