mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 13:57:02 -04:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
10 lines
228 B
Makefile
10 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/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_pcm.c uaudio.c
|
|
|
|
.include <bsd.kmod.mk>
|