2000-07-04 19:32:15 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-08-11 10:50:49 -04:00
|
|
|
SYSDIR?=${.CURDIR}/../../..
|
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2012-02-03 19:54:43 -05:00
|
|
|
|
|
|
|
|
# Modules that include binary-only blobs of microcode should be selectable by
|
|
|
|
|
# MK_SOURCELESS_UCODE option (see below).
|
|
|
|
|
|
|
|
|
|
SUBDIR= ad1816 als4000 atiixp cs4281 ${_csa} ${_ds1} emu10k1 emu10kx
|
2012-03-01 08:10:18 -05:00
|
|
|
SUBDIR+= envy24 envy24ht es137x ess fm801 hda hdspe ich maestro
|
|
|
|
|
SUBDIR+= ${_maestro3} neomagic sb16 sb8 sbc solo spicds t4dwave via8233
|
2009-01-25 13:20:15 -05:00
|
|
|
SUBDIR+= via82c686 vibes driver uaudio
|
|
|
|
|
|
2012-02-03 19:54:43 -05:00
|
|
|
.if ${MK_SOURCELESS_UCODE} != "no"
|
|
|
|
|
_csa= csa
|
|
|
|
|
_ds1= ds1
|
|
|
|
|
_maestro3= maestro3
|
|
|
|
|
.endif
|
|
|
|
|
|
2010-08-23 02:13:29 -04:00
|
|
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
2009-01-25 13:20:15 -05:00
|
|
|
SUBDIR+= cmi mss
|
|
|
|
|
.endif
|
|
|
|
|
|
2010-08-23 02:13:29 -04:00
|
|
|
.if ${MACHINE_CPUARCH} == "sparc64"
|
2008-05-04 10:59:25 -04:00
|
|
|
.if ${MACHINE} == "sparc64"
|
2009-01-25 13:20:15 -05:00
|
|
|
SUBDIR+= audiocs
|
2008-05-04 10:59:25 -04:00
|
|
|
.endif
|
2009-01-25 13:20:15 -05:00
|
|
|
.endif
|
|
|
|
|
|
2010-07-13 08:47:31 -04:00
|
|
|
.if ${MACHINE_CPUARCH} == "powerpc"
|
2009-01-25 13:20:15 -05:00
|
|
|
SUBDIR+= ai2s davbus
|
2004-10-25 06:29:57 -04:00
|
|
|
.endif
|
2000-07-04 19:32:15 -04:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|