From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4541B59C.1070402@domain.hid> Date: Fri, 27 Oct 2006 09:30:36 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 Subject: Re: [Xenomai-core] [PATCH] prepare-kernel.sh breaks linux-2.4 drivers/Makefile References: <54823def0610261823n4c24b6bal31afd74f3e0d962e@domain.hid> In-Reply-To: <54823def0610261823n4c24b6bal31afd74f3e0d962e@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Dennison Cc: xenomai@xenomai.org 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 required) on head. Going to check it soon. Thanks. Wolfgang. > Andrew > > > ------------------------------------------------------------------------ > > diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh > index fbc91ce..ca87e7f 100755 > --- a/scripts/prepare-kernel.sh > +++ b/scripts/prepare-kernel.sh > @@ -455,7 +455,7 @@ EOF > patch_ed drivers/Makefile < /include \$(TOPDIR)\/Rules.make > i > -mod-subdirs := xenomai > +mod-subdirs += xenomai > subdir-\$(CONFIG_XENOMAI) += xenomai > > . > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xenomai-core mailing list > Xenomai-core@domain.hid > https://mail.gna.org/listinfo/xenomai-core