[U-Boot] [PATCH 1/3] fix: missing autoconfig.mk from general Makefile
Mike Frysinger
vapier at gentoo.org
Tue Jun 23 19:07:31 CEST 2009
On Saturday 23 May 2009 15:42:36 Jean-Christophe PLAGNIOL-VILLARD wrote:
> at the first run of make we generate the autoconf.mk and autoconf.mk.dep
> if not already the case and we currently include only to .dep
>
> in order to use these autogenerated value we need to include it also evenif
> it's include in config.mk but it's done before there generation
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 81a5cd0..7f3776e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -475,6 +475,7 @@ $(obj)include/autoconf.mk: $(obj)include/config.h
> mv $@.tmp $@
>
> sinclude $(obj)include/autoconf.mk.dep
> +sinclude $(obj)include/autoconf.mk
>
> #########################################################################
> else # !config.mk
while i dont really understand your changelog, i think you're attempting to
fix a problem i too have hit with Blackfin systems. but i just hacked around
it in my tree (i posted this patch before but Wolfgang opposed it on the basis
that no other arch had the problems Blackfin did, but apparently that is no
longer true):
http://git.denx.de/?p=u-boot/u-boot-
blackfin.git;a=commitdiff;h=12ce98a697dde38aefe7131ce9a1b2e0e01640ad
-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/20090623/f058ab56/attachment-0001.pgp
More information about the U-Boot
mailing list