No description
Find a file
David Gibson d6f9b62fe1 dtc: Don't build tests as part of "all"
Currently "make all" for dtc will build (but not run) the testcase
binaries.  This is a problem for cross compiles, because building the
tests will attempt to run the dumptrees utility on the host system,
which won't work if it's cross-compiled of course.

Although it would be possible to separately build host binaries,
there's not a lot of value in doing so since we don't have a facility
for cross-executing the testsuite anyway.

Therefore, remove the tests from the "all" target.  It will still, of
course, be build as a prerequisite to "make check" which will run the
testsuite.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2007-12-17 07:41:13 -06:00
Documentation dtc: Whitespace cleanup 2007-09-18 09:43:26 -05:00
libfdt libfdt: Add more documentation (patch the seventh) 2007-12-17 07:39:33 -06:00
scripts Add DTC release version information. 2007-07-07 13:52:25 -05:00
tests dtc: Fix silly typo in dtc-checkfails.sh 2007-12-07 07:47:45 -06:00
.gitignore Merge libfdt into dtc. 2007-06-14 15:05:55 +10:00
checks.c dtc: Allow gcc format warnings for check_msg() 2007-12-07 07:47:15 -06:00
comment-test.dts Initial label support. Also switch to glr-parser mode and get rid of 2005-06-16 14:36:37 +10:00
data.c dtc: Implement path references 2007-12-05 08:28:44 -06:00
dtc-lexer.l dtc: Reinstate full old-style reference-to-path for v0 dts files 2007-12-07 07:44:45 -06:00
dtc-parser.y dtc: Implement path references 2007-12-05 08:28:44 -06:00
dtc.c dtc: Add many const qualifications 2007-12-04 07:54:03 -06:00
dtc.h dtc: Implement path references 2007-12-05 08:28:44 -06:00
flattree.c Fix padding options 2007-12-05 08:27:54 -06:00
fstree.c dtc: Add many const qualifications 2007-12-04 07:54:03 -06:00
ftdump.c Print out the total size as part of ftdump 2007-12-05 08:27:00 -06:00
GPL dtc: Remove redundant copy of the GPL 2007-06-25 21:43:11 -05:00
livetree.c dtc: Add many const qualifications 2007-12-04 07:54:03 -06:00
Makefile dtc: Don't build tests as part of "all" 2007-12-17 07:41:13 -06:00
Makefile.dtc dtc: Move tree checking code to checks.c 2007-11-01 08:03:37 -05:00
srcpos.c DTC: Add support for a C-like #include "file" mechanism. 2007-03-26 08:36:07 -05:00
srcpos.h dtc: move declaration of yyerror 2007-07-07 10:07:27 -05:00
TODO Update TODO 2005-10-19 16:29:52 +10:00
treesource.c dtc: Add many const qualifications 2007-12-04 07:54:03 -06:00