11 lines
162 B
Makefile
11 lines
162 B
Makefile
# Makefile for the common audio framework
|
|
|
|
NOGCCERROR=yes
|
|
|
|
CPPFLAGS+= -D_MINIX_SYSTEM
|
|
|
|
LIB= audiodriver
|
|
SRCS= audio_fw.c liveupdate.c
|
|
|
|
.include <bsd.lib.mk>
|