]> git.sur5r.net Git - u-boot/commit
tools: Include U-Boot libfdt headers from their actual path
authorPaul Kocialkowski <contact@paulk.fr>
Fri, 2 Mar 2018 22:13:42 +0000 (23:13 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 5 Mar 2018 15:16:28 +0000 (10:16 -0500)
commite0d20dc1521e74b82dbd69be53a048847798a90a
treeff89b80c501c5c921376378ad9047100ad490d5f
parenta84f559262b6c5dc0051e45761f8c00bd5eb9f9a
tools: Include U-Boot libfdt headers from their actual path

There are no headers for libfdt in lib/libfdt, as they are instead
located in scripts/dtc/libfdt. Specifying lib/libfdt for headers
inclusion in host tools results in using the system libfdt headers,
which is not what we want. Change this to the proper path.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
tools/Makefile