Prev: lib/scatterlist: Hook sg_kmalloc into kmemleak
Next: Tuning IO scheduler (Was: Re: [RFC PATCH] cfq-iosced: Implement IOPS mode and group_idle tunable V3)
From: Mike Frysinger on 26 Jul 2010 17:00 On Mon, Jul 26, 2010 at 16:44, Sam Ravnborg wrote: > From ce765a28adeb8878413a49ce62f442022d6a5b6a Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg <sam(a)ravnborg.org> > Date: Mon, 26 Jul 2010 22:20:12 +0200 > Subject: [PATCH 3/3] kbuild: allow user to assign LDFLAGS_MODULE > > Do not use LDFLAGS_MODULE in the top-level Makefile. > So if user assign a value to LDFALGS_MODULE the > original value is not lost. > > Use a kbuild internal variable that archs can use, > and update all archs that used LDFALGS_MODULE. assuming end behavior is the same, the Blackfin part is: Acked-by: Mike Frysinger <vapier(a)gentoo.org> also, could you say the same thing for CFLAGS_MODULE ? -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Sam Ravnborg on 26 Jul 2010 17:50
On Mon, Jul 26, 2010 at 04:54:05PM -0400, Mike Frysinger wrote: > On Mon, Jul 26, 2010 at 16:44, Sam Ravnborg wrote: > > From ce765a28adeb8878413a49ce62f442022d6a5b6a Mon Sep 17 00:00:00 2001 > > From: Sam Ravnborg <sam(a)ravnborg.org> > > Date: Mon, 26 Jul 2010 22:20:12 +0200 > > Subject: [PATCH 3/3] kbuild: allow user to assign LDFLAGS_MODULE > > > > Do not use LDFLAGS_MODULE in the top-level Makefile. > > So if user assign a value to LDFALGS_MODULE the > > original value is not lost. > > > > Use a kbuild internal variable that archs can use, > > and update all archs that used LDFALGS_MODULE. > > assuming end behavior is the same, the Blackfin part is: > Acked-by: Mike Frysinger <vapier(a)gentoo.org> It is :-) > > also, could you say the same thing for CFLAGS_MODULE ? Good point. Need to do the same here. I also realised I need to update Documentation/kbuild/makefiles.txt Michal - I will send an updated serie tomorrow. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |