freebsd-dev/sys/modules/sound/driver/Makefile.inc
Cameron Grant 0f55ac6c1a kobjify.
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.
2000-12-18 01:36:41 +00:00

6 lines
96 B
Makefile

# $FreeBSD$
SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h
.include "../Makefile.inc"