Compile libfdt for barebox
libfdt can be useful for very early device tree parsing, so compile it
for barobox aswell. This is done the same way as done in the Kernel:
we put C files with the same name as in libfdt into lib/ and just
include the libfdt files from there.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 9a9e815 commit 7e5a875fff7dfe65d7d884dff924fcc25e6cee06
@Sascha Hauer Sascha Hauer authored on 19 Jul 2019
Showing 12 changed files
View
include/fdt.h
View
include/linux/libfdt.h 0 → 100644
View
include/linux/libfdt_env.h 0 → 100644
View
lib/Kconfig
View
lib/Makefile
View
lib/fdt.c 0 → 100644
View
lib/fdt_empty_tree.c 0 → 100644
View
lib/fdt_ro.c 0 → 100644
View
lib/fdt_rw.c 0 → 100644
View
lib/fdt_strerror.c 0 → 100644
View
lib/fdt_sw.c 0 → 100644
View
lib/fdt_wip.c 0 → 100644