Say hello to a sound system update from FreeBSD. This includes the long
[dragonfly.git] / sys / dev / sound / driver / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/Makefile,v 1.16.2.1 2005/12/30 19:55:54 netchild Exp $
2 # $DragonFly: src/sys/dev/sound/driver/Makefile,v 1.3 2007/01/04 21:47:00 corecode Exp $
3
4 .if ${MACHINE_ARCH} == "sparc64"
5 SUBDIR  = audiocs es137x
6 .else
7 SUBDIR  = als4000 ad1816 atiixp cmi cs4281 csa ds1 emu10k1 es137x ess
8 SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo
9 SUBDIR += t4dwave via8233 via82c686 vibes
10 SUBDIR += hda
11 SUBDIR += driver
12 SUBDIR += uaudio
13 .endif
14
15 .include <bsd.subdir.mk>