Allow fw env tools to be available as library
authorStefano Babic <sbabic@denx.de>
Fri, 30 Oct 2015 13:57:04 +0000 (14:57 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 18 Nov 2015 13:47:03 +0000 (08:47 -0500)
commit2cb11b35e8b2b21a00b5d1c1c76404cb65d1ceb9
tree48d0f163677c544eabdb1b0ce734204a8693715a
parent74cc8b097d9aff8b8671396f66ece4cf2de0a36d
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>
tools/env/Makefile