xref: /dragonfly/sys/dev/sound/driver/ich/Makefile (revision 82730a9c)
1# $FreeBSD: src/sys/modules/sound/driver/ich/Makefile,v 1.2 2003/02/07 13:56:32 nyan Exp $
2# $DragonFly: src/sys/dev/sound/driver/ich/Makefile,v 1.3 2007/01/04 21:47:01 corecode Exp $
3
4.PATH:		${.CURDIR}/../../../../dev/sound/pci
5KMOD		= snd_ich
6SRCS		= device_if.h bus_if.h pci_if.h
7SRCS		+= ich.c
8
9.include <bsd.kmod.mk>
10