commit | ee3584a5970230ee96aae19505ad3226734ee4ff | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Mar 13 18:54:34 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 04 01:11:07 2009 +0200 |
tree | 0ccad55c723b277b60f56e36210074f07df0c7ed | |
parent | 21d28e95ed874ab1ed9787f939d8a53e99d30ddb [diff] |
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>