summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-04-07 17:01:59 +0200
committerTakashi Iwai <tiwai@suse.de>2014-04-07 17:01:59 +0200
commit8a68ffa737105debe658ff18918a143e8e9f11bb (patch)
tree97e7ca6ab88ada94a4a40eee24571057b66ca3fb
parent0996ef1fef69690f168df84fc525009ac57dddae (diff)
downloadalsa-driver-build-unstable-8a68ffa737105debe658ff18918a143e8e9f11bb.tar.gz
Add a build stub for bcd2000 driver
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/usb/bcd2000/Makefile9
-rw-r--r--alsa/usb/bcd2000/bcd2000.c2
2 files changed, 11 insertions, 0 deletions
diff --git a/alsa/usb/bcd2000/Makefile b/alsa/usb/bcd2000/Makefile
new file mode 100644
index 000000000..dbb788601
--- /dev/null
+++ b/alsa/usb/bcd2000/Makefile
@@ -0,0 +1,9 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/usb/bcd2000/Makefile
+include $(SND_TOPDIR)/Rules.make
diff --git a/alsa/usb/bcd2000/bcd2000.c b/alsa/usb/bcd2000/bcd2000.c
new file mode 100644
index 000000000..ff5ab3226
--- /dev/null
+++ b/alsa/usb/bcd2000/bcd2000.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/usb/bcd2000/bcd2000.c"