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