aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-06-04 12:28:07 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-07-10 12:32:59 -0400
commitb63e804459b9b550c1ab21a43e6bac2272e32612 (patch)
treef39ace33d68675f57a786e44bda27f54c595cd83 /arch/mips/Makefile
parentc66df567e596bd43d6d3e094d82f82951e1b17cd (diff)
[MIPS] Remove unused watchpoint support and arch/mips/lib-{32,64}
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 077eb0bd1c78..12e24146a06c 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -633,8 +633,6 @@ CPPFLAGS_vmlinux.lds := \
633head-y := arch/mips/kernel/head.o arch/mips/kernel/init_task.o 633head-y := arch/mips/kernel/head.o arch/mips/kernel/init_task.o
634 634
635libs-y += arch/mips/lib/ 635libs-y += arch/mips/lib/
636libs-$(CONFIG_32BIT) += arch/mips/lib-32/
637libs-$(CONFIG_64BIT) += arch/mips/lib-64/
638 636
639core-y += arch/mips/kernel/ arch/mips/mm/ arch/mips/math-emu/ 637core-y += arch/mips/kernel/ arch/mips/mm/ arch/mips/math-emu/
640 638