Re: [U-Boot] [PATCH] tools: give explicit libfdt paths

2010-01-25 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1264121944-12435-1-git-send-email-vap...@gentoo.org> you wrote: > 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

[U-Boot] [PATCH] tools: give explicit libfdt paths

2010-01-21 Thread Mike Frysinger
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 --