0f55ac6c1a
this gives us several benefits, including: * easier extensibility- new optional methods can be added to ac97/mixer/channel classes without having to fixup every driver. * forward compatibility for drivers, provided no new mandatory methods are added.
6 lines
96 B
Makefile
6 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h
|
|
|
|
.include "../Makefile.inc"
|