mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
244 B
Makefile
12 lines
244 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../../../..
|
|
|
|
.PATH: $S/dev/sound/usb
|
|
|
|
KMOD= snd_uaudio
|
|
SRCS= bus_if.h device_if.h usb_if.h vnode_if.h
|
|
SRCS+= opt_usb.h opt_bus.h feeder_if.h channel_if.h usbdevs.h
|
|
SRCS+= uaudio.c uaudio_pcm.c
|
|
|
|
.include <bsd.kmod.mk>
|