xref: /dragonfly/sys/dev/sound/driver/ich/Makefile (revision b40e316c)
1# $FreeBSD: src/sys/modules/sound/driver/ich/Makefile,v 1.1.2.1 2001/08/01 05:37:30 cg Exp $
2# $DragonFly: src/sys/dev/sound/driver/ich/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
4.PATH:		${.CURDIR}/../../../../dev/sound/pci
5KMOD		= snd_ich
6SRCS		= device_if.h bus_if.h isa_if.h pci_if.h
7SRCS		+= ich.c
8KMODDEPS 	= snd_pcm
9
10.include <bsd.kmod.mk>
11