0f4eda33eb
- this lets the drivers that used that library be compiled easily with different compilers.
6 lines
118 B
Makefile
6 lines
118 B
Makefile
# Makefile for the common audio framework
|
|
|
|
LIB= audiodriver
|
|
SRCS= audio_fw.c liveupdate.c
|
|
|
|
.include <bsd.lib.mk>
|