0f4eda33eb
- this lets the drivers that used that library be compiled easily with different compilers.
7 lines
117 B
Makefile
7 lines
117 B
Makefile
# Makefile for all audio drivers.
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= .WAIT es1370 es1371 sb16
|
|
|
|
.include <bsd.subdir.mk>
|