minix/drivers/audio/Makefile
Ben Gras 0f4eda33eb new base libaudiodriver out of -lcommon in drivers/audio.
- this lets the drivers that used that library be compiled easily with
   different compilers.
2010-08-25 11:03:53 +00:00

8 lines
117 B
Makefile

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