aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84b8b4d..e2a154e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_AVIRT) += snd-avirt-core.o
snd-avirt-core-y := core.o
-snd-avirt-core-y += alsa-pcm.o
+snd-avirt-core-y += pcm.o
snd-avirt-core-y += configfs.o
ifeq ($(CONFIG_AVIRT_BUILDLOCAL),)