2010-03-22 22:25:22 +01:00
|
|
|
# Makefile for the common audio framework
|
2013-12-06 12:04:52 +01:00
|
|
|
NOGCCERROR=yes
|
|
|
|
NOCLANGERROR=yes
|
2014-03-05 12:21:55 +01:00
|
|
|
CPPFLAGS+= -D_MINIX_SYSTEM
|
2010-03-22 22:25:22 +01:00
|
|
|
|
2010-08-25 13:03:53 +02:00
|
|
|
LIB= audiodriver
|
2010-03-22 22:25:22 +01:00
|
|
|
SRCS= audio_fw.c liveupdate.c
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.lib.mk>
|