Say hello to a sound system update from FreeBSD. This includes the long
[dragonfly.git] / sys / dev / sound / driver / cs4281 / Makefile
... / ...
CommitLineData
1# $FreeBSD: src/sys/modules/sound/driver/cs4281/Makefile,v 1.3 2003/02/07 13:56:31 nyan Exp $
2# $DragonFly: src/sys/dev/sound/driver/cs4281/Makefile,v 1.3 2007/01/04 21:47:01 corecode Exp $
3
4.PATH: ${.CURDIR}/../../../../dev/sound/pci
5
6KMOD= snd_cs4281
7SRCS= device_if.h bus_if.h pci_if.h
8SRCS+= cs4281.c
9
10KMODDEPS= sound
11
12.include <bsd.kmod.mk>