mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 06:40:31 -05:00
10 lines
237 B
Makefile
10 lines
237 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
|
|
SRCS += feeder.c feeder_fmt.c
|
|
SRCS += mixer.c sound.c
|
|
|
|
.include <bsd.kmod.mk>
|