From adbba99606a06df1435de6f1866c0e7996412e27 Mon Sep 17 00:00:00 2001 From: Timo Ketola Date: Thu, 6 Nov 2014 14:39:05 +0200 Subject: doc: fix documentation of out-of-tree build Correct environment variable for output directory is KBUILD_OUTPUT. Signed-off-by: Timo Ketola --- doc/README.kwbimage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/README.kwbimage') 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: -- cgit v1.2.1