summaryrefslogtreecommitdiff
path: root/sound/virtio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/virtio/Makefile')
-rw-r--r--sound/virtio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/virtio/Makefile b/sound/virtio/Makefile
index 2742bddb8874..3ca41b3c8b95 100644
--- a/sound/virtio/Makefile
+++ b/sound/virtio/Makefile
@@ -2,11 +2,12 @@
obj-$(CONFIG_SND_VIRTIO) += virtio_snd.o
-virtio_snd-objs := \
+virtio_snd-y := \
virtio_card.o \
virtio_chmap.o \
virtio_ctl_msg.o \
virtio_jack.o \
+ virtio_kctl.o \
virtio_pcm.o \
virtio_pcm_msg.o \
virtio_pcm_ops.o