Makefile revision 230898
1# $FreeBSD: head/sys/modules/sound/driver/emu10k1/Makefile 230898 2012-02-02 00:10:20Z pfg $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci \
4       ${.CURDIR}/../../../../gnu/dev/sound/pci
5
6KMOD=	snd_emu10k1
7SRCS=	device_if.h bus_if.h pci_if.h
8SRCS+= mpufoi_if.h
9SRCS+=	emu10k1.c
10
11.include <bsd.kmod.mk>
12