xref: /dragonfly/sys/dev/sound/driver/maestro/Makefile (revision d4ef6694)
1# $FreeBSD: src/sys/modules/sound/driver/maestro/Makefile,v 1.4 2005/01/26 16:29:07 imp Exp $
2# $DragonFly: src/sys/dev/sound/driver/maestro/Makefile,v 1.3 2007/01/04 21:47:01 corecode Exp $
3
4.PATH: ${.CURDIR}/../../../../dev/sound/pci
5
6KMOD=	snd_maestro
7SRCS=	device_if.h bus_if.h pci_if.h
8SRCS+=	maestro.c
9
10WERROR=
11
12.include <bsd.kmod.mk>
13