commit | e852d36a1e12864ab0656729c45c846e65efa4ee | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Jan 21 19:59:04 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jan 26 00:05:42 2010 +0100 |
tree | 45e612a39405a5e3071bc3ab7083a12df742ea6d | |
parent | 44431cabbb66e81a2d77642b6f7d39c6230ea4ba [diff] |
tools: give explicit libfdt paths The current libfdt object rules hard depend implicitly on the .depend file being correct. If it isn't, then it is unable to properly compile the objects. Give it a full path like all the other implicit rules here so it will always work in face of .depend issues. Signed-off-by: Mike Frysinger <vapier@gentoo.org>