From: Thomas Backlund <tmb@mandriva.org>
To: linux-kernel@vger.kernel.org
Subject: Why is arch/s390/crypto/Kconfig sourced when building for another arch ?
Date: Wed, 28 Mar 2007 22:36:38 +0300 [thread overview]
Message-ID: <eueg41$j5t$1@sea.gmane.org> (raw)
Hi,
Why is arch/s390/crypto/Kconfig sourced when building for another arch ?
I'm trying to package a stripped down version of the kernelsource with
only arch-specific code (/arch/$arch & /include/asm-$arch), the rest of
/include, the whole KBuild setup & contents of /scripts to build
3rdparty drivers against...
With the above files I can do a:
mv .config config.temp
make mrproper
mv config.temp .config
make oldconfig prepare scripts
and the tree stays intact ...
with 2.6.20.4 it works great, but when switching to 2.6.21-rcX it breaks
with this:
drivers/crypto/Kconfig:55: can't open file "arch/s390/crypto/Kconfig"
I tried to fix drivers/crypto/Kconfig by changing the code to:
if S390
source "arch/s390/crypto/Kconfig"
endif
but it still gets sourced...
Now, since this is the only arch messing up (atleast on ix86 & x86_64),
shouldn't this be fixed somehow ?
--
Thomas
next reply other threads:[~2007-03-28 19:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-28 19:36 Thomas Backlund [this message]
2007-03-30 9:30 ` Why is arch/s390/crypto/Kconfig sourced when building for another arch ? Jan Glauber
2007-03-30 9:55 ` Robert P. J. Day
2007-03-30 16:20 ` Jan Glauber
2007-03-30 22:15 ` Robert P. J. Day
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='eueg41$j5t$1@sea.gmane.org' \
--to=tmb@mandriva.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.