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)
committerWolfgang Denk <wd@denx.de>
Tue, 15 Sep 2009 20:14:18 +0000 (22:14 +0200)
commit804d83a563c47b55e1f14f5de3b6e9d7e2a7ef5e
treee92b01cd4d8ea37aaf835b60434d2be0537a80e4
parent041a6a0c2ea8cd4039c34c5eeaf54b188c89b892
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