# Makefile for the common audio framework
NOGCCERROR=yes
NOCLANGERROR=yes

LIB=    audiodriver
SRCS=   audio_fw.c liveupdate.c

.include <bsd.lib.mk>
