[U-Boot] [PATCH 1/3] fix: missing autoconfig.mk from general Makefile
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Jun 23 19:33:46 CEST 2009
On 13:07 Tue 23 Jun , Mike Frysinger wrote:
> 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
yes it's the same problem I guess and the solution I propose will for all
boards normally
Best Regards,
J.
More information about the U-Boot
mailing list