]> git.sur5r.net Git - u-boot/blobdiff - mkconfig
* Header file cleanup for ARM
[u-boot] / mkconfig
index 5d2eb1e51ebb359947e731c27c9b2d38c8df45a3..106bd896a86953548ab238bebacf753a9b6dae07 100644 (file)
--- 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
 #