tools/llvm: Do not build with symbols
[minix3.git] / minix / lib / libaudiodriver / Makefile
blobc4d84ab0d4417814b9249c9c84c1d0ada1c473ad
1 # Makefile for the common audio framework
2 NOGCCERROR=yes
3 NOCLANGERROR=yes
4 CPPFLAGS+= -D_MINIX_SYSTEM
6 LIB= audiodriver
7 SRCS= audio_fw.c liveupdate.c
9 .include <bsd.lib.mk>