xref: /dflybsd-src/sys/dev/sound/driver/cmi/Makefile (revision 6c94880f12b914ad3317d68d4d3ec7f4b13c0b7b)
12a1ad637SFrançois Tigeot# $FreeBSD: head/sys/modules/sound/driver/cmi/Makefile 158979 2006-05-27 16:32:05Z netchild $
2984263bcSMatthew Dillon
3d5057591SSascha Wildner.PATH: ${.CURDIR}/../../pci
4558a398bSSimon Schubert
5984263bcSMatthew DillonKMOD=	snd_cmi
6558a398bSSimon SchubertSRCS=	device_if.h bus_if.h pci_if.h
7*6c94880fSSascha WildnerSRCS+= mpufoi_if.h
8984263bcSMatthew DillonSRCS+=	cmi.c
9558a398bSSimon Schubert
10984263bcSMatthew Dillon.include <bsd.kmod.mk>
11