[Pkg-alsa-devel] Re: [Alsa-devel] aoa drivers and alsa 1.0.12

Takashi Iwai tiwai at suse.de
Tue Sep 5 18:04:27 UTC 2006


At Tue, 5 Sep 2006 19:55:54 +0200,
Elimar Riesebieter wrote:
> 
> On Tue, 05 Sep 2006 the mental interface of
> Takashi Iwai told:
> 
> [...]
> > Looks like one more addition is needed.  The revised patch is below.
> 
> make[5]: *** No rule to make target
> `/source/alsa/svn-pkg-alsa/tarballs/alsa-driver-1.0.13rc1/aoa/codecs/snd-aoa-codec-tas.c',
> needed by
> `/source/alsa/svn-pkg-alsa/tarballs/alsa-driver-1.0.13rc1/aoa/codecs/snd-aoa-codec-tas.o'.
> Stop.

OK, it's better now.  There are more files missing.
The latest patch is below.


Takashi

diff -r d92c13cfef3b Makefile
--- a/Makefile	Thu Aug 31 10:05:38 2006 +0200
+++ b/Makefile	Tue Sep 05 19:32:22 2006 +0200
@@ -6,7 +6,7 @@ ifneq ($(KERNELRELEASE),)
 ifneq ($(KERNELRELEASE),)
 # call from 2.6 kernel build system
 
-obj-m += acore/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/
+obj-m += acore/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ aoa/
 
 else
 
@@ -64,7 +64,7 @@ export KBUILD_VERBOSE KBUILD_CHECKSRC
 export KBUILD_VERBOSE KBUILD_CHECKSRC
 endif
 
-SUBDIRS  = acore i2c drivers isa synth pci
+SUBDIRS  = acore i2c drivers isa synth pci aoa
 CSUBDIRS =
 
 ifndef NEW_KBUILD
diff -r d92c13cfef3b aoa/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/Makefile	Tue Sep 05 16:19:04 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/codecs/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/codecs/Makefile	Tue Sep 05 16:20:08 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/codecs/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/codecs/snd-aoa-codec-onyx.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/codecs/snd-aoa-codec-onyx.c	Tue Sep 05 20:01:55 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/codecs/snd-aoa-codec-onyx.c"
diff -r d92c13cfef3b aoa/codecs/snd-aoa-codec-tas.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/codecs/snd-aoa-codec-tas.c	Tue Sep 05 20:02:21 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/codecs/snd-aoa-codec-tas.c"
diff -r d92c13cfef3b aoa/codecs/snd-aoa-codec-toonie.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/codecs/snd-aoa-codec-toonie.c	Tue Sep 05 20:02:27 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/codecs/snd-aoa-codec-toonie.c"
diff -r d92c13cfef3b aoa/core/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/core/Makefile	Tue Sep 05 16:20:22 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/core/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/core/snd-aoa-alsa.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/core/snd-aoa-alsa.c	Tue Sep 05 20:03:21 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/core/snd-aoa-alsa.c"
diff -r d92c13cfef3b aoa/core/snd-aoa-core.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/core/snd-aoa-core.c	Tue Sep 05 20:03:01 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/core/snd-aoa-core.c"
diff -r d92c13cfef3b aoa/core/snd-aoa-gpio-feature.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/core/snd-aoa-gpio-feature.c	Tue Sep 05 20:03:37 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/core/snd-aoa-gpio-feature.c"
diff -r d92c13cfef3b aoa/core/snd-aoa-gpio-pmf.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/core/snd-aoa-gpio-pmf.c	Tue Sep 05 20:03:29 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/core/snd-aoa-gpio-pmf.c"
diff -r d92c13cfef3b aoa/fabrics/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/fabrics/Makefile	Tue Sep 05 16:20:31 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/fabrics/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/fabrics/snd-aoa-fabric-layout.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/fabrics/snd-aoa-fabric-layout.c	Tue Sep 05 20:04:03 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/fabrics/snd-aoa-fabric-layout.c"
diff -r d92c13cfef3b aoa/soundbus/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/Makefile	Tue Sep 05 16:20:44 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/soundbus/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/soundbus/core.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/core.c	Tue Sep 05 20:04:53 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/soundbus/core.c"
diff -r d92c13cfef3b aoa/soundbus/i2sbus/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/i2sbus/Makefile	Tue Sep 05 20:05:28 2006 +0200
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/aoa/soundbus/i2sbus/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff -r d92c13cfef3b aoa/soundbus/i2sbus/i2sbus-control.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/i2sbus/i2sbus-control.c	Tue Sep 05 20:06:26 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../../alsa-kernel/aoa/soundbus/i2sbus/i2sbus-control.c"
diff -r d92c13cfef3b aoa/soundbus/i2sbus/i2sbus-core.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/i2sbus/i2sbus-core.c	Tue Sep 05 20:06:03 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../../alsa-kernel/aoa/soundbus/i2sbus/i2sbus-core.c"
diff -r d92c13cfef3b aoa/soundbus/i2sbus/i2sbus-pcm.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/i2sbus/i2sbus-pcm.c	Tue Sep 05 20:06:20 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../../alsa-kernel/aoa/soundbus/i2sbus/i2sbus-pcm.c"
diff -r d92c13cfef3b aoa/soundbus/sysfs.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aoa/soundbus/sysfs.c	Tue Sep 05 20:04:59 2006 +0200
@@ -0,0 +1,1 @@
+#include "../../alsa-kernel/aoa/soundbus/core.c"



More information about the Pkg-alsa-devel mailing list