buildman: Allow make flags to be specified for each board
There are a few make options such as BUILD_TAG which can be provided when
building U-Boot. Provide a way for buildman to pass these flags to make
also.
The flags should be in a [make-flags] section and arranged by target name
(the 'target' column in boards.cfg. See the README for more details.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/buildman/README 22 additions, 0 deletionstools/buildman/README
- tools/buildman/bsettings.py 0 additions, 3 deletionstools/buildman/bsettings.py
- tools/buildman/builder.py 1 addition, 0 deletionstools/buildman/builder.py
- tools/buildman/buildman.py 13 additions, 0 deletionstools/buildman/buildman.py
- tools/buildman/toolchain.py 79 additions, 2 deletionstools/buildman/toolchain.py
Loading
Please register or sign in to comment