aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-06-08 16:56:24 +0200
committerTakashi Iwai <tiwai@suse.de>2010-06-08 16:56:24 +0200
commitdc9823094e00b7ad33d98f3136d4c6f86d15ac9a (patch)
tree0956552f1d3d44451ffc26044899237102f651d4
parentcb93c45fc2915e5f8148da0cf41f0306ffe7724e (diff)
downloadalsa-driver-build-unstable-dc9823094e00b7ad33d98f3136d4c6f86d15ac9a.tar.gz
Add the build-stub for soc/ep93xx
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--soc/ep93xx/Makefile10
-rw-r--r--soc/ep93xx/ep93xx-i2s.c2
-rw-r--r--soc/ep93xx/ep93xx-pcm.c2
3 files changed, 14 insertions, 0 deletions
diff --git a/soc/ep93xx/Makefile b/soc/ep93xx/Makefile
new file mode 100644
index 000000000..702308b01
--- /dev/null
+++ b/soc/ep93xx/Makefile
@@ -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/soc/ep93xx/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff --git a/soc/ep93xx/ep93xx-i2s.c b/soc/ep93xx/ep93xx-i2s.c
new file mode 100644
index 000000000..76286fb4d
--- /dev/null
+++ b/soc/ep93xx/ep93xx-i2s.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../alsa-kernel/ep93xx/ep93xx-i2s.c"
diff --git a/soc/ep93xx/ep93xx-pcm.c b/soc/ep93xx/ep93xx-pcm.c
new file mode 100644
index 000000000..40ae167e7
--- /dev/null
+++ b/soc/ep93xx/ep93xx-pcm.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../alsa-kernel/ep93xx/ep93xx-pcm.c"