]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools: give explicit libfdt paths
authorMike Frysinger <vapier@gentoo.org>
Fri, 22 Jan 2010 00:59:04 +0000 (19:59 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 25 Jan 2010 23:05:42 +0000 (00:05 +0100)
commite852d36a1e12864ab0656729c45c846e65efa4ee
tree45e612a39405a5e3071bc3ab7083a12df742ea6d
parent44431cabbb66e81a2d77642b6f7d39c6230ea4ba
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>
tools/Makefile