freebsd-dev/sys/modules/sound/pcm/Makefile
2000-09-02 23:19:47 +00:00

9 lines
206 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/sound/pcm
KMOD = snd_pcm
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
.include <bsd.kmod.mk>