minix/lib/libaudiodriver/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

7 lines
118 B
Makefile

# Makefile for the common audio framework
LIB= audiodriver
SRCS= audio_fw.c liveupdate.c
.include <bsd.lib.mk>