[U-Boot] [PATCH 1/2] Build u-boot.imx by default when board uses it

Mike Frysinger vapier at gentoo.org
Fri Nov 11 00:24:30 CET 2011


On Thursday 10 November 2011 08:49:41 Loïc Minier wrote:
> --- a/Makefile
> +++ b/Makefile
> 
> +ifneq ($(CONFIG_IMX_CONFIG),)
> +ALL-y += $(obj)u-boot.imx
> +endif

why won't this work:
ALL-$(CONFIG_IMX_CONFIG) += $(obj)u-boot.mix

that was the point of naming it "ALL-y" in the first place ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111110/cfff3698/attachment.pgp 


More information about the U-Boot mailing list