mirror of
https://github.com/dgibson/dtc.git
synced 2026-01-22 09:40:33 -05:00
This patch substantially revamps the dtc Makefiles, in particular better integrating the Makefile for dtc proper with the Makefiles imported from libfdt for libfdt and the shared testsuite. Notable changes: - No recursive make calls. Instead subsidiary Makefiles are included into the top-level Makefile so we get a complete dependency information. - Common pattern rules, CFLAGS etc. shared between dtc, libfdt and testsuite, rather than separate copies. - Vaguely Kbuild-like non-verbose mode used by default, which makes warnings more prominent. - libfdt Makefile consists only of variable definitions and helper rules, to make it more easily embeddable into other Makefile systems. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> |
||
|---|---|---|
| .. | ||
| base01.asm | ||
| base01.cmd | ||
| base01.dts | ||
| base01.stderr | ||
| del_node.c | ||
| del_property.c | ||
| dumptrees.c | ||
| empty.dts | ||
| find_property.c | ||
| getprop.c | ||
| Makefile.tests | ||
| move_and_save.c | ||
| nop_node.c | ||
| nop_property.c | ||
| notfound.c | ||
| open_pack.c | ||
| path_offset.c | ||
| root_node.c | ||
| run_tests.sh | ||
| rw_tree1.c | ||
| setprop.c | ||
| setprop_inplace.c | ||
| subnode_offset.c | ||
| sw_tree1.c | ||
| test01.asm | ||
| test01.dts | ||
| test01.stderr | ||
| testdata.h | ||
| tests.h | ||
| testutils.c | ||
| trees.S | ||
| truncated_property.c | ||