9
0
Fork 0
barebox/scripts/dtc
Sascha Hauer 0a1167029d dtc: compile fdtget
We need fdtget in subsequent patches, so compile it.
Unfortunately this is not straight forward. fdtget needs libfdt,
but the Kernel Build System is not prepared for compiling
libraries for the host or binaries from files in multiple directories.
This patch moves the libfdt files to the dtc toplevel directory and
compiles fdtget as a binary from multiple source files but from
the same directory.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-08-07 06:13:52 +02:00
..
libfdt dtc: compile fdtget 2014-08-07 06:13:52 +02:00
.gitignore dtc: compile fdtget 2014-08-07 06:13:52 +02:00
Makefile dtc: compile fdtget 2014-08-07 06:13:52 +02:00
Makefile.dtc scripts: Add dtc 2013-03-12 18:43:25 +01:00
checks.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
data.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
dtc-lexer.l scripts: Add dtc 2013-03-12 18:43:25 +01:00
dtc-lexer.lex.c_shipped scripts: Add dtc 2013-03-12 18:43:25 +01:00
dtc-parser.tab.c_shipped scripts: Add dtc 2013-03-12 18:43:25 +01:00
dtc-parser.tab.h_shipped scripts: Add dtc 2013-03-12 18:43:25 +01:00
dtc-parser.y scripts: Add dtc 2013-03-12 18:43:25 +01:00
dtc.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
dtc.h scripts: Add dtc 2013-03-12 18:43:25 +01:00
fdt.c dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdt.h dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdt_empty_tree.c dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdt_ro.c dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdt_rw.c dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdt_strerror.c dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdt_sw.c dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdt_wip.c dtc: compile fdtget 2014-08-07 06:13:52 +02:00
fdtdump.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
fdtget.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
fdtput.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
flattree.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
fstree.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
libfdt.h dtc: compile fdtget 2014-08-07 06:13:52 +02:00
libfdt_env.h dtc: compile fdtget 2014-08-07 06:13:52 +02:00
libfdt_internal.h dtc: compile fdtget 2014-08-07 06:13:52 +02:00
livetree.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
srcpos.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
srcpos.h scripts: Add dtc 2013-03-12 18:43:25 +01:00
treesource.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
util.c scripts: Add dtc 2013-03-12 18:43:25 +01:00
util.h scripts: Add dtc 2013-03-12 18:43:25 +01:00
version_gen.h scripts: Add dtc 2013-03-12 18:43:25 +01:00