From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH] Makefile: Make checkstack work with O= builds Date: Sun, 13 Jan 2013 23:02:11 +0100 Message-ID: <50F32EE3.8010705@suse.cz> References: <1356141525-25162-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1356141525-25162-1-git-send-email-sboyd@codeaurora.org> Sender: linux-kbuild-owner@vger.kernel.org To: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kbuild@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On 22.12.2012 02:58, Stephen Boyd wrote: > The vmlinux doesn't always live in the same directory as the > source files and so 'make O=obj checkstack' fails with a missing > vmlinux file. Fix checkstack so that this is possible. It works for me even without your patch. With O=, a second make is run in , so $(objtree) is equivalent to . for the top-level Makefile. Can you post the exact command your run and the error message you get? Thanks, Michal