]> git.sur5r.net Git - u-boot/commit
buildman: Support in-tree builds
authorSimon Glass <sjg@chromium.org>
Mon, 14 Jul 2014 23:51:03 +0000 (17:51 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 28 Jul 2014 03:52:55 +0000 (04:52 +0100)
commit189a496825aefe7c8e9be80c0f2a4cf5923d4f55
tree8d6e523fd0deca56821b6edb9814bde229b81a5a
parent97e915262e06c5980124de2e0fe5c2f34b40ee8f
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>
tools/buildman/builder.py
tools/buildman/buildman.py
tools/buildman/control.py