From: Jan Glauber <jang@linux.vnet.ibm.com>
To: Thomas Backlund <tmb@mandriva.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Why is arch/s390/crypto/Kconfig sourced when building for another arch ?
Date: Fri, 30 Mar 2007 09:30:12 +0000 [thread overview]
Message-ID: <1175247012.5474.15.camel@localhost.localdomain> (raw)
In-Reply-To: <eueg41$j5t$1@sea.gmane.org>
Hi Thomas,
> 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"
arch/s390/crypto/Kconfig is included there since that is the right place
for the config options to show up.
> 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...
You would need something like:
source "arch/s390/crypto/Kconfig"
depends on S390
But that is not implemented and I doubt it will since deleting parts of
the kernel tree is not something that is required to work.
Jan
next prev parent reply other threads:[~2007-03-30 9:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-28 19:36 Why is arch/s390/crypto/Kconfig sourced when building for another arch ? Thomas Backlund
2007-03-30 9:30 ` Jan Glauber [this message]
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=1175247012.5474.15.camel@localhost.localdomain \
--to=jang@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tmb@mandriva.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.