Merge branch 'vendor/GMP'
[dragonfly.git] / sys / dev / sound / driver / hda / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/hda/Makefile,v 1.1 2006/10/01 11:13:00 ariff Exp $
2 # $DragonFly: src/sys/dev/sound/driver/hda/Makefile,v 1.1 2007/01/04 21:47:01 corecode Exp $
3
4 .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda
5
6 KMOD=   snd_hda
7 SRCS=   device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h isa_if.h
8 SRCS+=  hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h
9
10 .include <bsd.kmod.mk>