xref: /dragonfly/sys/dev/sound/driver/cmi/Makefile (revision cd1c6085)
1# $FreeBSD: head/sys/modules/sound/driver/cmi/Makefile 158979 2006-05-27 16:32:05Z netchild $
2
3.PATH: ${.CURDIR}/../../pci
4
5KMOD=	snd_cmi
6SRCS=	device_if.h bus_if.h pci_if.h
7SRCS+=	cmi.c
8
9.include <bsd.kmod.mk>
10