commit | bdfd302a289dd69aa45bcb04e2264739b68d5e30 | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@emcraft.com> | Mon Mar 31 10:51:37 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 22 14:40:19 2008 +0200 |
tree | ab0325bd8261b84fa1101b0a47c058fd5fbb215d | |
parent | dffe4f9bad79385234a144b6d3e5c37e79301ffc [diff] |
POST: move CONFIG_POST to Makefiles Introduce the new logical option CONFIG_HAS_POST which is set when the platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles to determine should the POST libs be compiled for the selected target platform, or not. To avoid breaking u-boot linking process, the empty post/libpost.a file is created for platforms which do not have POSTs. Signed-off-by: Yuri Tikhonov <yur@emcraft.com> Signed-off-by: Wolfgang Denk <wd@denx.de>