As bridge_rtupdate() can be called from interrupt context and must not
[dragonfly.git] / sys / dev / sound / snd / Makefile
1 # $FreeBSD: src/sys/modules/sound/snd/Makefile,v 1.1.2.3 2001/08/01 05:37:31 cg Exp $
2 # $DragonFly: src/sys/dev/sound/snd/Attic/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../../dev/sound
5
6 KMOD            =       snd
7 SRCS            =       device_if.h bus_if.h isa_if.h pci_if.h
8 SRCS            +=      ac97_if.h channel_if.h feeder_if.h mixer_if.h
9 SRCS            +=      driver.c
10 KMODDEPS        +=      snd_pcm
11 KMODDEPS        +=      snd_ad1816 snd_als4000 snd_cmi snd_cs4281 snd_csa snd_ds1
12 KMODDEPS        +=      snd_emu10k1 snd_es137x snd_fm801 snd_ich
13 KMODDEPS        +=      snd_maestro snd_maestro3 snd_mss snd_neomagic
14 KMODDEPS        +=      snd_solo snd_t4dwave snd_via82c686 snd_vibes
15 KMODDEPS        +=      snd_sbc snd_sb16 snd_sb8 snd_ess
16
17 .include <bsd.kmod.mk>