[Buildroot] [PATCH 1/2] lpc32xx: Add CDL to the available bootloaders

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jan 4 12:39:03 UTC 2012


Le Wed, 04 Jan 2012 12:19:57 +0100,
Alexandre Belloni <abelloni at adeneo-embedded.com> a écrit :

> It won't compile without it because the files are duplicate, the linker
> will complain about symbols being defined twice. I definitely tried to
> keep the patch as small as possible.

Ok.

> Th fact is that they are already duplicated in the original source. Is
> it worth patching the makefiles to unify those ?
> 
> Upstream is trying to unify everything. I hope t will be done at some
> point in time.

Ok. Then I'm fine with those.

> Will be done but $(MAKE) won't work as it isn't possible to compile
> using multiple jobs. Is it worth fixing the makefiles for a so small
> piece of code ?

Then specify:

LPC32XXCDL_MAKE = $(MAKE1)

And Buildroot will use make -j1 to build this package specifically. See
package/at/at.mk for an example.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list