summaryrefslogtreecommitdiff
path: root/sound/virtio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/virtio/Makefile')
-rw-r--r--sound/virtio/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/virtio/Makefile b/sound/virtio/Makefile
new file mode 100644
index 000000000000..8c87ebb9982b
--- /dev/null
+++ b/sound/virtio/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-$(CONFIG_SND_VIRTIO) += virtio_snd.o
+
+virtio_snd-objs := \
+ virtio_card.o
+