xref: /dragonfly/sys/dev/sound/driver/ich/Makefile (revision 5fb3968e)
1# $FreeBSD: head/sys/modules/sound/driver/ich/Makefile 245952 2013-01-26 22:08:21Z pfg $
2
3.PATH:		${.CURDIR}/../../pci
4KMOD		= snd_ich
5SRCS		= device_if.h bus_if.h pci_if.h
6SRCS		+= ich.c
7
8.include <bsd.kmod.mk>
9