minix/minix/lib/libaudiodriver/Makefile
David van Moolenbroek 7c48de6cc4 Resolve more warnings
Change-Id: Ibc1b7f7cd45ad7295285e59c6ce55888266fece8
2015-09-23 12:04:58 +00:00

9 lines
146 B
Makefile

# Makefile for the common audio framework
CPPFLAGS+= -D_MINIX_SYSTEM
LIB= audiodriver
SRCS= audio_fw.c liveupdate.c
.include <bsd.lib.mk>