mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
11 lines
191 B
Makefile
11 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
|
|
KMOD= snd_maestro3
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
|
SRCS+= maestro3.c
|
|
|
|
CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
|
|
|
|
.include <bsd.kmod.mk>
|