[Xenomai-core] [PATCH] prepare-kernel.sh breaks linux-2.4 drivers/Makefile

2006-10-26 Thread Andrew Dennison
Running prepare-kernel on the denx 2.4 kernel adds the following line mod-subdirs := xenomai This prevents all other mod-subdirs under drivers from building. Patch is against r1273 but still seems to apply (and be required) on head. Andrew diff --git a/scripts/prepare-kernel.sh b/scripts/prepa

Re: [Xenomai-core] [PATCH] prepare-kernel.sh breaks linux-2.4 drivers/Makefile

2006-10-27 Thread Wolfgang Grandegger
Andrew Dennison wrote: Running prepare-kernel on the denx 2.4 kernel adds the following line mod-subdirs := xenomai This prevents all other mod-subdirs under drivers from building. What does not build. Non-Xenomai drivers as modules? Patch is against r1273 but still seems to apply (and be r

Re: [Xenomai-core] [PATCH] prepare-kernel.sh breaks linux-2.4 drivers/Makefile

2006-10-27 Thread Wolfgang Grandegger
Wolfgang Grandegger wrote: Andrew Dennison wrote: Running prepare-kernel on the denx 2.4 kernel adds the following line mod-subdirs := xenomai This prevents all other mod-subdirs under drivers from building. What does not build. Non-Xenomai drivers as modules? Patch is against r1273 but sti

Re: [Xenomai-core] [PATCH] prepare-kernel.sh breaks linux-2.4 drivers/Makefile

2006-10-27 Thread Philippe Gerum
On Fri, 2006-10-27 at 11:23 +1000, Andrew Dennison wrote: > Running prepare-kernel on the denx 2.4 kernel adds the following line > > mod-subdirs := xenomai > > This prevents all other mod-subdirs under drivers from building. > > Patch is against r1273 but still seems to apply (and be required)