minix/drivers/audio/Makefile
Arun Thomas 436d6012a3 Convert drivers/ and servers/ over to bsdmake
-Move libdriver to lib/
-Install all boot image services on filesystem to aid restartability
2010-03-22 21:25:22 +00:00

8 lines
128 B
Makefile

# Makefile for all audio drivers.
.include <minix.own.mk>
SUBDIR= common .WAIT es1370 es1371 sb16
.include <minix.subdir.mk>