blob: 8508b5d7e501d625b9f95485776c2ce586a8a333 (
plain) (
blame)
1
2
3
4
5
6
7
8
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>
|