summaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2009-01-02 08:20:34 -0500
committerJon Loeliger <jdl@jdl.com>2009-01-02 09:00:52 -0600
commit6272182b417a903a6b5c0d5d6a470957e919d8f4 (patch)
treee06191ef08ba39b8a58a0781c472dda7323dde17 /tests/Makefile.tests
parent787b599c8108f514645d9ee6256ee53dccc9db84 (diff)
downloaddevice-tree-compiler-6272182b417a903a6b5c0d5d6a470957e919d8f4.tar.gz
libfdt: Introduce libfdt shared library
Build a libfdt shared library in addition to the existing .a that is created. Symbol versioning is used from the libfdt/version.lds script. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index 21a311e..3a041ff 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -35,9 +35,9 @@ TESTS_CLEANFILES = $(TESTS) $(TESTS_CLEANFILES_L:%=$(TESTS_PREFIX)%)
.PHONY: tests
tests: $(TESTS) $(TESTS_TREES)
-$(LIB_TESTS): %: $(TESTS_PREFIX)testutils.o $(LIBFDT_lib)
+$(LIB_TESTS): %: $(TESTS_PREFIX)testutils.o $(LIBFDT_archive)
-$(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o $(LIBFDT_lib)
+$(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o $(LIBFDT_archive)
$(TESTS_PREFIX)dumptrees: $(TESTS_PREFIX)trees.o