]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkconfig: split the board make target to multiple config targets
authorWolfgang Denk <wd@denx.de>
Tue, 15 Sep 2009 20:12:31 +0000 (22:12 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:25 +0000 (09:04 -0500)
commit3c0dbdbd225c8ba12f84d154aa1f330107bb85bd
treecc9ed29edffe4d60dc75d6a58ab25c4d5b47ab5f
parent9ef45c847a9903d7b186c69d538a1865d3ac2e53
mkconfig: split the board make target to multiple config targets

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@freescale.com>
This also reverts commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f.

Signed-off-by: Wolfgang Denk <wd@denx.de>
mkconfig