Initial import from FreeBSD RELENG_4:
[games.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
3 .PATH: ${.CURDIR}/../../../dev/sound
4
5 KMOD            =       snd
6 SRCS            =       device_if.h bus_if.h isa_if.h pci_if.h
7 SRCS            +=      ac97_if.h channel_if.h feeder_if.h mixer_if.h
8 SRCS            +=      driver.c
9 KMODDEPS        +=      snd_pcm
10 KMODDEPS        +=      snd_ad1816 snd_als4000 snd_cmi snd_cs4281 snd_csa snd_ds1
11 KMODDEPS        +=      snd_emu10k1 snd_es137x snd_fm801 snd_ich
12 KMODDEPS        +=      snd_maestro snd_maestro3 snd_mss snd_neomagic
13 KMODDEPS        +=      snd_solo snd_t4dwave snd_via82c686 snd_vibes
14 KMODDEPS        +=      snd_sbc snd_sb16 snd_sb8 snd_ess
15
16 .include <bsd.kmod.mk>