]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/sound/driver/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / sound / driver / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 # Modules that include binary-only blobs of microcode should be selectable by
6 # MK_SOURCELESS_UCODE option (see below).
7
8 SUBDIR=         ad1816 als4000 atiixp cs4281 ${_csa} ${_ds1} emu10k1 emu10kx
9 SUBDIR+=        envy24 envy24ht es137x ess fm801 hda hdspe ich maestro
10 SUBDIR+=        ${_maestro3} neomagic sb16 sb8 sbc solo spicds t4dwave via8233
11 SUBDIR+=        via82c686 vibes driver uaudio
12
13 .if ${MK_SOURCELESS_UCODE} != "no"
14 _csa=           csa
15 _ds1=           ds1
16 _maestro3=      maestro3
17 .endif
18
19 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
20 SUBDIR+=        cmi mss
21 .endif
22
23 .if ${MACHINE_CPUARCH} == "sparc64"
24 .if ${MACHINE} == "sparc64"
25 SUBDIR+=        audiocs
26 .endif
27 .endif
28
29 .if ${MACHINE_CPUARCH} == "powerpc"
30 SUBDIR+=        ai2s davbus
31 .endif
32
33 .include <bsd.subdir.mk>