From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Takashi Iwai <tiwai@suse.de>
Cc: linux-next@vger.kernel.org
Subject: linux-next: sound build failure
Date: Wed, 21 May 2008 13:20:58 +1000 [thread overview]
Message-ID: <20080521132058.4b8ff51c.sfr@canb.auug.org.au> (raw)
Hi Takashi,
Today's linux-next build (powerpc ppc64_defconfig) failed like this:
sound/aoa/Kconfig:3: invalid option
make[2]: *** [ppc64_defconfig] Error 1
Caused by commit 6a5751b42420dce9267d7d915eed8f8673d16fdd ("sound:
Convert to menuconfig") from the sound tree.
I applied the following patch.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
>From 206a3c1db3cf96b8cebf3a873f26044ff436723c Mon Sep 17 00:00:00 2001
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Wed, 21 May 2008 13:13:15 +1000
Subject: [PATCH] sound: "depends" requires "on"
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
sound/aoa/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig
index eeae9e3..c081e18 100644
--- a/sound/aoa/Kconfig
+++ b/sound/aoa/Kconfig
@@ -1,6 +1,6 @@
menuconfig SND_AOA
tristate "Apple Onboard Audio driver"
- depends PPC_PMAC
+ depends on PPC_PMAC
select SND_PCM
---help---
This option enables the new driver for the various
--
1.5.5.1
next reply other threads:[~2008-05-21 3:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-21 3:20 Stephen Rothwell [this message]
2008-05-21 5:32 linux-next: sound build failure Stephen Rothwell
2008-05-21 6:26 ` Takashi Iwai
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=20080521132058.4b8ff51c.sfr@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=linux-next@vger.kernel.org \
--cc=tiwai@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).