commit | cc246fbf64c5011899491c2a7dcb543d93e05a81 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 23 17:35:17 2013 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 01 14:39:14 2013 -0600 |
tree | 5e777c526881590623f2edd7c31eb7ddbf101159 | |
parent | 584cf8631c3da1a541ab984afee62f35fa13370c [diff] |
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>