commit | d454c3c10e0230000e6280b094ca761187ddf42f | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Fri Mar 02 23:13:42 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 05 10:16:28 2018 -0500 |
tree | ff89b80c501c5c921376378ad9047100ad490d5f | |
parent | 2182bae9ec39fbfb575d70f427512eed3562cb7c [diff] |
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>