Jia-Ju Bai eecf6d233d Add the driver for Trident 4DWAVE-DX sound card
Change-Id: I6a4f5427915032a6a4c0246fed35c10397df3e07
2017-01-08 19:01:58 +01:00

14 lines
227 B
Makefile

.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= als4000
SUBDIR+= cmi8738
SUBDIR+= cs4281
SUBDIR+= es1370
SUBDIR+= es1371
SUBDIR+= sb16
SUBDIR+= trident
.endif # ${MACHINE_ARCH} == "i386"
.include <bsd.subdir.mk>