From f21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Nov 2003 01:08:25 +0000 Subject: Kill off "mipsel" and just use "mips" --- extra/scripts/fix_includes.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'extra/scripts') diff --git a/extra/scripts/fix_includes.sh b/extra/scripts/fix_includes.sh index 04295a62a..a7e878079 100755 --- a/extra/scripts/fix_includes.sh +++ b/extra/scripts/fix_includes.sh @@ -130,10 +130,6 @@ if [ ! -d "$KERNEL_SOURCE/include/asm" ]; then ln -fs arch-ebsa285 arch); fi fi; - elif [ "$TARGET_ARCH" = "mipsel" ];then - set -x; - ln -fs $KERNEL_SOURCE/include/asm-mips include/asm; - set +x; elif [ "$TARGET_ARCH)" = "cris" ]; then set -x; ln -fs $KERNEL_SOURCE/include/asm-cris include/asm; -- cgit v1.2.3