[U-Boot] [PATCH v2 1/2] mkconfig: split the board make target to multiple config targets
Wolfgang Denk
wd at denx.de
Tue Sep 15 22:20:38 CEST 2009
Dear Mingkai Hu,
In message <1252466603-25103-1-git-send-email-Mingkai.hu at freescale.com> you wrote:
> To simplify the top level makefile it useful to be able to parse
> the top level makefile target to multiple individual target, then
> put them to the config.h, leave the board config file to handle
> the different targets.
>
> Note that this method uses the '_'(underline) as the delimiter when
> splits the board make target.
>
> Signed-off-by: Mingkai Hu <Mingkai.hu at freescale.com>
> ---
>
> According to the comments from Wolfgang and Scott, I modified
> the patch and made some modification over v1:
>
> - remove the sectence thats puts the splited variables to the
> config.mk, we can use the CONFIG_MK_* in the board config file
> to override the variable in the board config file.
>
> - change CONFIG_OPT_* to CONFIG_MK_*
>
> mkconfig | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
Applied, thanks. Thsi also reverts commit
511c02f611cb5afa1b8ca5980caaaabaa0de377f.
Sorry for the confusion I caused by picking the wrong version of this
patch.
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
Hacking's just another word for nothing left to kludge.
More information about the U-Boot
mailing list