Say hello to a sound system update from FreeBSD. This includes the long
[dragonfly.git] / sys / dev / sound / driver / atiixp / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/atiixp/Makefile,v 1.1.2.1 2005/12/30 19:55:55 netchild Exp $
2 # $DragonFly: src/sys/dev/sound/driver/atiixp/Makefile,v 1.1 2007/01/04 21:47:00 corecode Exp $
3
4 .PATH: ${.CURDIR}/../../../../dev/sound/pci
5
6 KMOD=   snd_atiixp
7 SRCS=   device_if.h bus_if.h pci_if.h
8 SRCS+=  atiixp.c
9
10 KMODDEPS=       sound
11
12 .include <bsd.kmod.mk>