mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -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
191 B
Makefile
10 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/sound/sbus
|
|
|
|
KMOD= snd_audiocs
|
|
SRCS= device_if.h bus_if.h ofw_bus_if.h
|
|
SRCS+= channel_if.h feeder_if.h mixer_if.h
|
|
SRCS+= cs4231.c
|
|
|
|
.include <bsd.kmod.mk>
|