From: Michal Marek <mmarek@suse.cz>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] Makefile: Make checkstack work with O= builds
Date: Sun, 13 Jan 2013 23:02:11 +0100 [thread overview]
Message-ID: <50F32EE3.8010705@suse.cz> (raw)
In-Reply-To: <1356141525-25162-1-git-send-email-sboyd@codeaurora.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=<dir>, a second make is
run in <dir>, 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
prev parent reply other threads:[~2013-01-13 22:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-22 1:58 [PATCH] Makefile: Make checkstack work with O= builds Stephen Boyd
2013-01-13 22:02 ` Michal Marek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50F32EE3.8010705@suse.cz \
--to=mmarek@suse.cz \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.