
On Fri, Sep 11, 2009 at 10:07:46AM +0200, Wolfgang Denk wrote:
In message 1252466603-25103-1-git-send-email-Mingkai.hu@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.
[snip]
Arghhh... It seems this patch has not been well tested. Obviously never ever ran a MAKEALL over all PPC boards. It causes tons of messages like that:
include/config.h:2:25: warning: missing whitespace after the macro name
This patch breaks building for a number of boards / configurations,
Actually, I think the patch you quoted would not have had this problem -- unlike the one you merged, it doesn't create #defines for all boards, only those which request it by passing -t to mkconfig.
-Scott