summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimo Ketola <timo@exertus.fi>2014-11-06 14:39:05 +0200
committerTom Rini <trini@ti.com>2014-11-07 16:27:07 -0500
commitadbba99606a06df1435de6f1866c0e7996412e27 (patch)
treecfb949ce6be110d8369afec1f84e0b29bd39d033 /doc
parentea19527c209b0d97b532a8dc5bf28f2cdd016888 (diff)
downloadblackbird-obmc-uboot-adbba99606a06df1435de6f1866c0e7996412e27.tar.gz
blackbird-obmc-uboot-adbba99606a06df1435de6f1866c0e7996412e27.zip
doc: fix documentation of out-of-tree build
Correct environment variable for output directory is KBUILD_OUTPUT. Signed-off-by: Timo Ketola <timo@exertus.fi>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.kwbimage4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.kwbimage b/doc/README.kwbimage
index 13f6f92f68..762b2e3acb 100644
--- a/doc/README.kwbimage
+++ b/doc/README.kwbimage
@@ -30,10 +30,10 @@ kwbimage support available with mkimage utility will generate kirkwood boot
image that can be flashed on the board NAND/SPI flash. The make target
which uses mkimage to produce such an image is "u-boot.kwb". For example:
- export BUILD_DIR=/tmp/build
+ export KBUILD_OUTPUT=/tmp/build
make distclean
make yourboard_config
- make $BUILD_DIR/u-boot.kwb
+ make u-boot.kwb
Board specific configuration file specifications:
OpenPOWER on IntegriCloud