mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Paul Collins <paul@briny.ondioline.org>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [Alsa-devel] all-modular snd-aoa
Date: Fri, 23 Jun 2006 16:30:14 +0200	[thread overview]
Message-ID: <s5h7j389c7d.wl%tiwai@suse.de> (raw)
In-Reply-To: <1151072095.7608.29.camel@localhost>

At Fri, 23 Jun 2006 16:14:55 +0200,
Johannes Berg wrote:
> 
> On Fri, 2006-06-23 at 19:14 +1000, Paul Collins wrote:
> > I get this when building from Linus's current git tree:
> > 
> >     LD      sound/built-in.o
> >   ld: sound/aoa/built-in.o: No such file: No such file or directory
> >   make[1]: *** [sound/built-in.o] Error 1
> >   make: *** [sound] Error 2
> > 
> > Doing "touch sound/aoa/built-in.o" lets the build continue and
> > complete successfully.
> 
> Ahrg! That's a mistake in my Makefile programming, I'll probably have to
> move the core/ files up one dir. Sorry.

Where is the problem in Makefile?  It looks OK to me...

Nevertheless, aoa/Kconfig has a wrong dependency on SND_PCM.


Takashi

--- a/sound/aoa/Kconfig	Fri Jun 23 15:18:41 2006 +0200
+++ b/sound/aoa/Kconfig	Fri Jun 23 16:29:14 2006 +0200
@@ -3,7 +3,8 @@ menu "Apple Onboard Audio driver"
 
 config SND_AOA
 	tristate "Apple Onboard Audio driver"
-	depends on SOUND && SND_PCM
+	depends on SND
+	select SND_PCM
 	---help---
 	This option enables the new driver for the various
 	Apple Onboard Audio components.

  reply	other threads:[~2006-06-23 14:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-23  9:14 Paul Collins
2006-06-23 14:14 ` Johannes Berg
2006-06-23 14:30   ` Takashi Iwai [this message]
2006-06-23 14:36     ` [Alsa-devel] " Johannes Berg
2006-06-23 14:50       ` Takashi Iwai
2006-06-23 14:54         ` Johannes Berg
2006-06-23 15:00           ` Takashi Iwai
2006-06-23 15:03             ` Johannes Berg
2006-06-23 15:07           ` Paul Collins
2006-06-26  6:22             ` Johannes Berg

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=s5h7j389c7d.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul@briny.ondioline.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®