At Fri, 23 Jun 2006 16:36:30 +0200, Johannes Berg wrote: > > On Fri, 2006-06-23 at 16:30 +0200, Takashi Iwai wrote: > > > Where is the problem in Makefile? It looks OK to me... > > Well, the problem is the fact the snd-aoa/ dir contains nothing to be > compiled and the kernel Makefiles don't like that. Then it's eaiser to fix sound/Makefile. --- a/sound/Makefile Fri Jun 23 15:18:41 2006 +0200 +++ b/sound/Makefile Fri Jun 23 16:49:15 2006 +0200 @@ -4,7 +4,8 @@ obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_SOUND_PRIME) += oss/ obj-$(CONFIG_DMASOUND) += oss/ -obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ aoa/ +obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ +obj-$(CONFIG_SND_AOA) += aoa/ ifeq ($(CONFIG_SND),y) obj-y += last.o > > Nevertheless, aoa/Kconfig has a wrong dependency on SND_PCM. > > Good point. Committing to my repository, how should we process things > like that now? Should I post some patches once a while or do you want to > commit that right away? Post patches to alsa-devel (and Cc to me). Will be pushed together with other fixes. Takashi Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel