commit | e87bde1772b3940263e286d80d07a8017e45e210 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 01 17:33:55 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 14 21:16:52 2015 -0800 |
tree | 503e0311df4db18ff0148152c4e073fc705c9635 | |
parent | f204ab131221a669f23cfac68f6a7ad0bf744f40 [diff] |
buildman: Add an option to flatten output directory trees When building current source for a single board, buildman puts the output in <output_dir>/current/current/<board>. Add an option to make it use <output_dir>/<board> instead. This removes the unnecessary directories in that case, controlled by the --no-subdirs/-N option. Suggested-by: Tom Rini <trini@ti.com> Signed-off-by: Simon Glass <sjg@chromium.org>