sound: Import latest code from FreeBSD
[dragonfly.git] / sys / dev / sound / driver / emu10k1 / Makefile
1 # $FreeBSD: head/sys/modules/sound/driver/emu10k1/Makefile 230915 2012-02-02 17:25:39Z joel $
2
3 .PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5 KMOD=   snd_emu10k1
6 SRCS=   device_if.h bus_if.h pci_if.h
7 SRCS+= mpufoi_if.h
8 SRCS+=  emu10k1.c
9
10 .include <bsd.kmod.mk>