commit | 2cb11b35e8b2b21a00b5d1c1c76404cb65d1ceb9 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Fri Oct 30 14:57:04 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 18 08:47:03 2015 -0500 |
tree | 48d0f163677c544eabdb1b0ce734204a8693715a | |
parent | 74cc8b097d9aff8b8671396f66ece4cf2de0a36d [diff] |
Allow fw env tools to be available as library Sometimes it can be useful to link the fw_ tools instead of having the fw_setenv/fw_printenv installed. Patch exports the tool as library and allowes to link it with own programs. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Tom Rini <trini@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com>