summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-31 16:15:26 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-31 16:15:26 +0000
commit2ad28ec7a7d67b56f950f1d19b209660086f5328 (patch)
tree061feaf987c19fd22b5101c9a96429846a0a8a07 /Makefile
parent5cea2f7d1054fe7d1695fe5f04cff59d5884e20c (diff)
Fix/simplify longjmp. Fix toplevel mips settings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e88c8850..bf3ed35e7 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,8 @@ 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 \
+ ln -fs $(KERNEL_SOURCE)/include/asm-mips include/asm; \
else \
if [ $(HAS_MMU) != "true" ]; then \
ln -fs $(KERNEL_SOURCE)/include/asm-$(TARGET_ARCH)nommu include/asm;\