minix/minix/drivers/audio/Makefile
Jia-Ju Bai 86fd71a2c9 Add the driver for ALS4000 sound card
Change-Id: I2ad08e8479b743ec235d1c9e541faa2fa6a29fcc
2017-01-08 19:00:40 +01:00

12 lines
194 B
Makefile

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