commit | 38df2e2019a7885a2e84d9774598ac7ffd89cdbf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 14 17:51:03 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 28 04:52:55 2014 +0100 |
tree | 8d6e523fd0deca56821b6edb9814bde229b81a5a | |
parent | f3018b7a5c4d1eb9c42c0d808f631fb253cdec70 [diff] |
buildman: Support in-tree builds At present buildman always builds out-of-tree, that is it uses a separate output directory from the source directory. Normally this is what you want, but it is important that in-tree builds work also. Some Makefile changes may break this. Add a -i option to tell buildman to use in-tree builds, so that it is easy to test this feature. Signed-off-by: Simon Glass <sjg@chromium.org>