summaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2008-10-03 10:49:22 -0500
committerJon Loeliger <jdl@jdl.com>2008-10-03 10:50:28 -0500
commit68f98d7b8aa41fab175daf9f1bcb2a5bc22dbc90 (patch)
tree27db5ad614b48c9b75b25e7dd82987aa63220188 /tests/Makefile.tests
parente8903fe225f1e3f4a04ea963306c87ca0ac795dc (diff)
downloaddevice-tree-compiler-68f98d7b8aa41fab175daf9f1bcb2a5bc22dbc90.tar.gz
Rearrange ftdump and convert-dtsv0 into sub-Makefiles.
Follows the model of the existing sub-Makefiles for dtc. Adjust $(BIN) definition to represent installable bin programs and use it as the list of installed programs rather than using an enumerated list in the install target. Adjust the tests/Makefile to clean up properly still. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index 5fd4d28..21a311e 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -29,9 +29,8 @@ TESTS_DEPFILES = $(TESTS:%=%.d) \
$(addprefix $(TESTS_PREFIX),testutils.d trees.d dumptrees.d)
TESTS_CLEANFILES_L = *.output vglog.* vgcore.* *.dtb *.test.dts *.dtsv1 tmp.*
-TESTS_CLEANFILES = $(TESTS_CLEANFILES_L:%=$(TESTS_PREFIX)%)
-
-BIN += $(TESTS) $(TESTS_PREFIX)dumptrees
+TESTS_CLEANFILES_L += dumptrees
+TESTS_CLEANFILES = $(TESTS) $(TESTS_CLEANFILES_L:%=$(TESTS_PREFIX)%)
.PHONY: tests
tests: $(TESTS) $(TESTS_TREES)