aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/csa/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2018-09-01 13:43:14 +0000
committerGlen Barber <gjb@FreeBSD.org>2018-09-01 13:43:14 +0000
commitb5a3b728c507550e652fab25dafd359811335f8f (patch)
treee7447cdb72105a45516fd5f60f404431858ae952 /sys/modules/sound/driver/csa/Makefile
parent8578932ddb2b7a4810c7cf366688837fe3b7ed14 (diff)
Notes
Diffstat (limited to 'sys/modules/sound/driver/csa/Makefile')
-rw-r--r--sys/modules/sound/driver/csa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/driver/csa/Makefile b/sys/modules/sound/driver/csa/Makefile
index b1a3f1fb9df4..af02ef4f4e0d 100644
--- a/sys/modules/sound/driver/csa/Makefile
+++ b/sys/modules/sound/driver/csa/Makefile
@@ -3,7 +3,7 @@
.PATH: ${SRCTOP}/sys/dev/sound/pci
KMOD= snd_csa
-SRCS= device_if.h bus_if.h mpufoi_if.h pci_if.h
-SRCS+= csa.c csamidi.c csapcm.c
+SRCS= device_if.h bus_if.h pci_if.h
+SRCS+= csa.c csapcm.c
.include <bsd.kmod.mk>