diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-11-05 10:37:09 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2013-11-21 13:35:58 -0700 |
commit | 61242ac5f92604621deef16a4362948bafc757e4 (patch) | |
tree | 3af3209d1e9de2914936f74c068e9f1c3e3d29d3 /tools/buildman | |
parent | 5c8fdd91dcc5c8f7da072d96df965e0399750e07 (diff) | |
download | u-boot-imx-61242ac5f92604621deef16a4362948bafc757e4.zip u-boot-imx-61242ac5f92604621deef16a4362948bafc757e4.tar.gz u-boot-imx-61242ac5f92604621deef16a4362948bafc757e4.tar.bz2 |
buildman: fix README
This is a trivial fix for c'n'p error.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rw-r--r-- | tools/buildman/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index 090b653..93cf28a 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -643,7 +643,7 @@ snapper9260=${at91-boards} BUILD_TAG=442 snapper9g45=${at91-boards} BUILD_TAG=443 This will use 'make ENABLE_AT91_TEST=1 BUILD_TAG=442' for snapper9260 -and 'make ENABLE_AT91_TEST=1 BUILD_TAG=442' for snapper9g45. A special +and 'make ENABLE_AT91_TEST=1 BUILD_TAG=443' for snapper9g45. A special variable ${target} is available to access the target name (snapper9260 and snapper9g20 in this case). Variables are resolved recursively. |