tools/Makefile: Split variable declarations into multiple lines
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 13 Mar 2009 23:54:34 +0000 (18:54 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 3 Apr 2009 23:11:07 +0000 (01:11 +0200)
commitee3584a5970230ee96aae19505ad3226734ee4ff
tree0ccad55c723b277b60f56e36210074f07df0c7ed
parent21d28e95ed874ab1ed9787f939d8a53e99d30ddb
tools/Makefile: Split variable declarations into multiple lines

Split variable declarations into multiple lines and use the standard
VAR-y convention.  Also move object and binary variable declarations to
after config.mk has been included to allow for these lists to utilize
the CONFIG_XXX variables.

These changes lay the groundwork for conditional compilation of files
in the tools directory.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
tools/Makefile