diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-04 08:38:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-04 08:38:33 +0000 |
commit | 59c9d20af6744d27285c9a505577308bd1f82781 (patch) | |
tree | 22193c15ddcf4902661cc6c3f7cbc621bc198db7 /Makefile | |
parent | 552febc3b914bd0df4b4b659fdacd2acef36ebef (diff) |
A few more little cleanups
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |