From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Ketola Date: Wed, 5 Nov 2014 08:12:17 +0000 Subject: [U-Boot] [PATCH] doc: fix documentation of output directory In-Reply-To: <20141105161644.CB2D.AA925319@jp.panasonic.com> References: <1415098610-28570-1-git-send-email-timo@exertus.fi> <20141105161644.CB2D.AA925319@jp.panasonic.com> Message-ID: <5459DBDC.1070802@exertus.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05.11.2014 09:16, Masahiro Yamada wrote: > On Tue, 4 Nov 2014 12:56:50 +0200 > Timo Ketola wrote: >> make distclean >> make yourboard_config >> - make $BUILD_DIR/u-boot.kwb >> + make $KBUILD_OUTPUT/u-boot.kwb > > Should be > make yourboard_defconfig > make u-boot.kwb Sounds logical. But that means that the older version was already broken (even when BUILD_DIR was correct variable), doesn't it? Should I edit the patch that way or leave the file alone? -- Timo