Skip to content
  • Simon Glass's avatar
    buildman: Support in-tree builds · 189a4968
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    189a4968