minix/drivers/audio/common/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

9 lines
136 B
Makefile

# Makefile for the common audio framework
LIBISPRIVATE= yes
LIB= common
SRCS= audio_fw.c liveupdate.c
.include <minix.lib.mk>