opnsense-src/sys/modules/sound/driver/Makefile
Alexander Leidinger 0fa7ab6a31 - Connect the snd_emu10kx driver to the build. [1]
- Bump __FreeBSD_version, no need to build the port now.

Submitted by:	Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> [1]
2006-07-15 20:22:40 +00:00

12 lines
336 B
Makefile

# $FreeBSD$
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR = audiocs es137x
.else
SUBDIR = ad1816 ak452x als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx
SUBDIR += envy24 es137x ess fm801 ich maestro maestro3 mss neomagic sb16 sb8
SUBDIR += sbc solo t4dwave via8233 via82c686 vibes
SUBDIR += driver uaudio
.endif
.include <bsd.subdir.mk>