xref: /dragonfly/sys/dev/sound/driver/Makefile (revision 23265324)
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"
5SUBDIR  = audiocs es137x
6.else
7SUBDIR  = als4000 ad1816 atiixp cmi cs4281 csa ds1 emu10k1 es137x ess
8SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo
9SUBDIR += t4dwave via8233 via82c686 vibes
10SUBDIR += hda
11SUBDIR += driver
12SUBDIR += uaudio
13.endif
14
15.include <bsd.subdir.mk>
16