summaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-08-14 08:28:19 -0500
committerJon Loeliger <jdl@jdl.com>2008-08-14 10:24:58 -0500
commit02cc83540bd7aed689560908da2e4e7f6a39e9b4 (patch)
treeefae2a322badfc5b97eef815cdb3c3ec6c94de11 /tests/Makefile.tests
parentcb650ae1430ad0629e5fe88a4c208c8021e19b27 (diff)
downloaddevice-tree-compiler-02cc83540bd7aed689560908da2e4e7f6a39e9b4.tar.gz
libfdt: Add support for using aliases in fdt_path_offset()
If the path doesn't start with '/' check to see if it matches some alias under "/aliases" and substitute the matching alias value in the path and retry the lookup. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index 704c95d..44021b0 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -11,7 +11,7 @@ LIB_TESTS_L = get_mem_rsv \
open_pack rw_tree1 set_name setprop del_property del_node \
string_escapes references path-references boot-cpuid incbin \
dtbs_equal_ordered \
- add_subnode_with_nops
+ add_subnode_with_nops path_offset_aliases
LIB_TESTS = $(LIB_TESTS_L:%=$(TESTS_PREFIX)%)
LIBTREE_TESTS_L = truncated_property