diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-06-05 01:28:07 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:32:59 +0100 |
commit | b63e804459b9b550c1ab21a43e6bac2272e32612 (patch) | |
tree | f39ace33d68675f57a786e44bda27f54c595cd83 /arch/mips/lib-32/Makefile | |
parent | c66df567e596bd43d6d3e094d82f82951e1b17cd (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/lib-32/Makefile')
-rw-r--r-- | arch/mips/lib-32/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/lib-32/Makefile b/arch/mips/lib-32/Makefile deleted file mode 100644 index 7bae849e544..00000000000 --- a/arch/mips/lib-32/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# -# Makefile for MIPS-specific library files.. -# - -lib-y += watch.o |