Jan Kiszka wrote:
> Index: xenomai/scripts/prepare-kernel.sh
> ===================================================================
> --- xenomai/scripts/prepare-kernel.sh (Revision 3329)
> +++ xenomai/scripts/prepare-kernel.sh (Arbeitskopie)
> @@ -428,9 +428,9 @@
>              patch_append init/Kconfig
>      fi
>  
> -    if ! grep -q CONFIG_XENOMAI $linux_tree/arch/$linux_arch/Makefile; then
> +    if ! grep -q CONFIG_XENOMAI $linux_tree/arch/$linux_archsrc/Makefile; 
> then
>       p="drivers-\$(CONFIG_XENOMAI)           += arch/$linux_archsrc/xenomai/"
> -     ( echo ; echo $p ) | patch_append arch/$linux_arch/Makefile
> +     ( echo ; echo $p ) | patch_append arch/$linux_archsrc/Makefile
>      fi
>  
>      patch_architecture_specific="n"
> 
> 

Ok, I forgot to forward port the changes from v2.4.x. The complete fix
is now merged into the trunk.

-- 
Philippe.

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

Reply via email to