From: Michal Marek <mmarek@suse.cz>
To: "Devin J. Pohly" <djpohly@gmail.com>
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
"Devin J. Pohly" <djpohly+linux@gmail.com>
Subject: Re: [PATCH 1/1] kbuild: use $(srctree) to locate config headers from external modules
Date: Mon, 04 Aug 2014 16:10:20 +0200 [thread overview]
Message-ID: <53DF944C.2090207@suse.cz> (raw)
In-Reply-To: <1406922443-22770-1-git-send-email-djpohly+linux@gmail.com>
On 2014-08-01 21:47, Devin J. Pohly wrote:
> When making modules_install for an out-of-tree module, the current
> directory is $(KBUILD_OUTPUT), and the Makefile recipe which verifies
> the existence of files in include/config is unable to find them using a
> relative path. This leads to a spurious and puzzling "Kernel
> configuration is invalid" warning when no configuration is actually
> needed.
include/generated is located in $(KBUILD_OUTPUT), which is different
from $(srctree) when using O=. Can you post a sequence of commands that
leads to the error you are seeing?
Thanks,
Michal
next prev parent reply other threads:[~2014-08-04 14:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-01 19:47 [PATCH 1/1] kbuild: use $(srctree) to locate config headers from external modules Devin J. Pohly
2014-08-04 14:10 ` Michal Marek [this message]
2014-08-04 14:43 ` Devin J. Pohly
2014-08-04 14:53 ` Michal Marek
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=53DF944C.2090207@suse.cz \
--to=mmarek@suse.cz \
--cc=djpohly+linux@gmail.com \
--cc=djpohly@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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.