summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/hda/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/sound/driver/hda/Makefile b/sys/modules/sound/driver/hda/Makefile
index 8508b5d..f136936 100644
--- a/sys/modules/sound/driver/hda/Makefile
+++ b/sys/modules/sound/driver/hda/Makefile
@@ -3,7 +3,8 @@
.PATH: ${.CURDIR}/../../../../dev/sound/pci/hda
KMOD= snd_hda
-SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h
-SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h
+SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h hdac_if.h
+SRCS+= hdaa.c hdaa.h hdaa_patches.c hdac.c hdac_if.h hdac_if.c
+SRCS+= hdacc.c hdac_private.h hdac_reg.h hda_reg.h hdac.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud