summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-03 16:57:24 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-03 16:57:24 +0000
commitaf7e00d6f82e2d2a46cb7390bb447e8ec2d118a2 (patch)
tree60e611dfbd4b4fdf8acf5533096cf4c40c233e50 /arch/mips/kernel/Makefile
parentf9bbe9da79dbc8557c74efeb158b431cd67ace52 (diff)
Cache fixes, part #1.
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r--arch/mips/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile
index 2b398d00b..e9a84e13d 100644
--- a/arch/mips/kernel/Makefile
+++ b/arch/mips/kernel/Makefile
@@ -33,7 +33,7 @@ endif
# Do we want to be able to execute IRIX elf binaries?
#
ifdef CONFIG_BINFMT_IRIX
-O_OBJS += irixelf.o irixioctl.o irixsig.o sysirix.o irixinv.o
+O_OBJS += irixelf.o irixioctl.o irixsig.o sysirix.o irixinv.o
endif
#