Jia-Ju Bai 37e23b1cc7 Add the driver for CMI8738 sound card
Change-Id: I5a53e3b8652a014e105ca7c77c42a730f6824307
2017-01-08 18:59:39 +01:00

11 lines
177 B
Makefile

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