aboutsummaryrefslogtreecommitdiff
path: root/mkconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mkconfig')
-rw-r--r--mkconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkconfig b/mkconfig
index 5d2eb1e51..106bd896a 100644
--- a/mkconfig
+++ b/mkconfig
@@ -33,6 +33,11 @@ ln -s asm-$2 asm
rm -f asm-$2/arch
ln -s arch-$3 asm-$2/arch
+if [ "$2" = "arm" ] ; then
+ rm -f asm-$2/proc
+ ln -s proc-armv asm-$2/proc
+fi
+
#
# Create include file for Make
#