193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/sound/macio
|
|
|
|
KMOD= snd_davbus
|
|
SRCS= device_if.h bus_if.h ofw_bus_if.h
|
|
SRCS+= channel_if.h feeder_if.h mixer_if.h
|
|
SRCS+= aoa.c davbus.c
|
|
|
|
.include <bsd.kmod.mk>
|