[U-Boot] [PATCH] Top config.mk: add include/config.mk
Wolfgang Denk
wd at denx.de
Sun Jan 23 20:35:48 CET 2011
Dear Joakim Tjernlund,
In message <OF749BBC82.7AA2F037-ONC1257821.0069EDA0-C1257821.0069FC15 at transmode.se> you wrote:
>
> >
> > Seems to that the top level config.mk should include
> > the auto generated include/config.mk so that all Makefile's
> > pickup those definitions.
> >
> > Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund at transmode.se>
> > ---
> > config.mk | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/config.mk b/config.mk
> > index bcda776..c7534fb 100644
> > --- a/config.mk
> > +++ b/config.mk
> > @@ -117,6 +117,7 @@ RANLIB = $(CROSS_COMPILE)RANLIB
> >
> > # Load generated board configuration
> > sinclude $(OBJTREE)/include/autoconf.mk
> > +sinclude $(OBJTREE)/include/config.mk
> >
> > # Some architecture config.mk files need to know what CPUDIR is set to,
> > # so calculate CPUDIR before including ARCH/SOC/CPU config.mk files.
> > --
> > 1.7.3.4
>
> Ping?
What is the exact problem you are trying to fix? Do you have a test
case?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Severe culture shock results when experts from another protocol suite
[...] try to read OSI documents. The term "osified" is used to refer
to such documents. [...] Any relationship to the word "ossified" is
purely intentional. - Marshall T. Rose
More information about the U-Boot
mailing list