1.include "${SRCTOP}/sys/conf/kern.opts.mk" 2 3# Modules that include binary-only blobs of microcode should be selectable by 4# MK_SOURCELESS_UCODE option (see below). 5 6SUBDIR= als4000 atiixp cs4281 ${_csa} emu10k1 emu10kx 7SUBDIR+= envy24 envy24ht es137x fm801 hda hdsp hdspe ich 8SUBDIR+= ${_maestro3} neomagic solo spicds t4dwave via8233 9SUBDIR+= via82c686 vibes driver uaudio 10SUBDIR+= dummy 11 12.if ${MK_SOURCELESS_UCODE} != "no" 13_csa= csa 14_maestro3= maestro3 15.endif 16 17.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" 18SUBDIR+= cmi 19.endif 20 21.if ${MACHINE_CPUARCH} == "powerpc" 22SUBDIR+= ai2s davbus 23.endif 24 25.include <bsd.subdir.mk> 26