summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-12-03 04:48:00 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-12-03 04:48:00 +0000
commite11cf79fa5bb2c27a2c06c32386b7f53315f3034 (patch)
treefc5f794e7d4bbe06d4b2b550cbccb2d13698433e /arch
parentbe1f88b8cd5e1c7ca872c5de64565481f686fb25 (diff)
Fix three character missing cut'n'paste error.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/Makefile b/arch/mips64/Makefile
index ecc4a3a46..9f02364f2 100644
--- a/arch/mips64/Makefile
+++ b/arch/mips64/Makefile
@@ -33,7 +33,7 @@ endif
# machines may also. Since BFD is incredibly buggy with respect to
# crossformat linking we rely on the elf2ecoff tool for format conversion.
#
-CFLAGS += $(TOPDIR)/include/asm/gcc $(CFLAGS)
+CFLAGS += -I $(TOPDIR)/include/asm/gcc $(CFLAGS)
CFLAGS += -mabi=64 -G 0 -mno-abicalls -fno-pic -Wa,--trap -pipe
LINKFLAGS += -G 0 -static # -N
MODFLAGS += -mlong-calls