[RFC] Kbuild: allow code re-use across different directories

Nicolas Pitre nico at fluxnic.net
Tue Aug 30 00:32:23 EDT 2011


On Mon, 29 Aug 2011, Arnaud Lacombe wrote:

> On Fri, Aug 19, 2011 at 8:37 PM, Arnaud Lacombe <lacombar at gmail.com> wrote:
> > With the attached patch, we would do:
> >
> > arch/foo/boot/Makefile:
> > LDFLAGS_fancy.o := -DPANTS=30
> > obj-y += fancy.o
> > vpath-y += $(srctree)/arch/foo/lib
> >
> > and let GNU make do the job.
> >
> Nicolas, I guess you were the one who was interested for a generic way
> to do such code re-use, did you had any chance to test the quoted
> patch ?

I actually missed the original post (I wasn't in CC) so I didn't test it. 
Will try to do so ASAP.


Nicolas



More information about the linux-arm-kernel mailing list