436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
8 lines
136 B
Makefile
8 lines
136 B
Makefile
# Makefile for the common audio framework
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB= common
|
|
SRCS= audio_fw.c liveupdate.c
|
|
|
|
.include <minix.lib.mk>
|