summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-04 08:38:33 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-04 08:38:33 +0000
commit59c9d20af6744d27285c9a505577308bd1f82781 (patch)
tree22193c15ddcf4902661cc6c3f7cbc621bc198db7 /Makefile
parent552febc3b914bd0df4b4b659fdacd2acef36ebef (diff)
A few more little cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4fafeff9..79ff9950a 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ headers: dummy
ln -fs $(KERNEL_SOURCE)/include/asm-ppc include/asm; \
elif [ $(TARGET_ARCH) = "v850" ];then \
ln -fs $(KERNEL_SOURCE)/include/asm-v850 include/asm; \
- elif [ $(TARGET_ARCH) = "mipsel" ];then \
+ elif [ $(TARGET_ARCH) = "mips" ];then \
ln -fs $(KERNEL_SOURCE)/include/asm-mips include/asm; \
elif [ $(TARGET_ARCH) = "h8300" ];then \
ln -fs $(KERNEL_SOURCE)/include/asm-h8300 include/asm; \