summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
commit482368b1a8e45430672c58c9a42e7d2004367126 (patch)
treece2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /arch/mips64/mm/Makefile
parente4d0251c6f56ab2e191afb70f80f382793e23f74 (diff)
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'arch/mips64/mm/Makefile')
-rw-r--r--arch/mips64/mm/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips64/mm/Makefile b/arch/mips64/mm/Makefile
index db898cad4..fe95aff18 100644
--- a/arch/mips64/mm/Makefile
+++ b/arch/mips64/mm/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1999/12/04 03:59:00 ralf Exp $
+# $Id: Makefile,v 1.4 2000/01/17 23:32:46 ralf Exp $
#
# Makefile for the Linux/MIPS-specific parts of the memory manager.
#
@@ -18,9 +18,6 @@ endif
ifdef CONFIG_CPU_NEVADA
O_OBJS += r4xx0.o
endif
-ifdef CONFIG_CPU_R8000
-O_OBJS += tfp.o
-endif
ifdef CONFIG_CPU_R10000
O_OBJS += andes.o
endif