Heikki Lindholm wrote:
The prepare-kernel.sh script doesn't link assembly files to the kernel at all. This should fix it.


Applied, thanks.

-- Heikki Lindholm


------------------------------------------------------------------------

diff -Nru xenomai.orig/scripts/prepare-kernel.sh 
xenomai/scripts/prepare-kernel.sh
--- xenomai.orig/scripts/prepare-kernel.sh      2005-11-14 20:04:19.000000000 
+0200
+++ xenomai/scripts/prepare-kernel.sh   2005-11-16 13:03:27.000000000 +0200
@@ -4,7 +4,7 @@
 do_links() {
     rm -fr $2
     ( cd $1 &&
-      find . \( -name Makefile -o -name Kconfig -o -name '*.[ch]' \) |
+      find . \( -name Makefile -o -name Kconfig -o -name '*.[chS]' \) |
       while read f; do
         d=`dirname $f`
        mkdir -p $2/$d && ln -s $1/$f $2/$f


------------------------------------------------------------------------

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


--

Philippe.

Reply via email to