mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
10 lines
221 B
Makefile
10 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/macio
|
|
|
|
KMOD= snd_ai2s
|
|
SRCS= device_if.h bus_if.h ofw_bus_if.h
|
|
SRCS+= channel_if.h feeder_if.h mixer_if.h
|
|
SRCS+= snapper.c tumbler.c aoa.c i2s.c
|
|
|
|
.include <bsd.kmod.mk>
|