Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / sound / core / seq / oss / Makefile
diff --git a/kernel/sound/core/seq/oss/Makefile b/kernel/sound/core/seq/oss/Makefile
new file mode 100644 (file)
index 0000000..b38406b
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Makefile for ALSA
+# Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
+#
+
+snd-seq-oss-objs  := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
+                    seq_oss_event.o seq_oss_rw.o seq_oss_synth.o \
+                    seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
+
+obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o