diff options
| author | Ariff Abdullah <ariff@FreeBSD.org> | 2006-10-01 11:13:00 +0000 |
|---|---|---|
| committer | Ariff Abdullah <ariff@FreeBSD.org> | 2006-10-01 11:13:00 +0000 |
| commit | 1f0387f732c41a7e9257d1fb3d92f7e7287ddcff (patch) | |
| tree | d9eb050e7b9ceb54dde425d7806ef2a6e3ae2760 /sys/modules/sound | |
| parent | e7e3ba9bbc5a1a8086ed16283ad7e2e3e1991ade (diff) | |
Notes
Diffstat (limited to 'sys/modules/sound')
| -rw-r--r-- | sys/modules/sound/driver/hda/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/hda/Makefile b/sys/modules/sound/driver/hda/Makefile new file mode 100644 index 000000000000..8508b5d7e501 --- /dev/null +++ b/sys/modules/sound/driver/hda/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.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 + +.include <bsd.kmod.mk> |
