]> git.ipfire.org Git - thirdparty/u-boot.git/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)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Oct 2018 17:16:23 +0000 (18:16 +0100)
commit8ff2ccd342aa31d10cfb914b636e5f212ee25afd
treec27ca1bb79bec6b22d6de4a36cc13e9e19c1f7d8
parentf3fa65b6630fb87ccaa4be175588d6e6e4a6f37d
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