opnsense-src/sys/modules/sound/driver/maestro/Makefile
2005-01-26 16:29:07 +00:00

10 lines
161 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../dev/sound/pci
KMOD= snd_maestro
SRCS= device_if.h bus_if.h pci_if.h
SRCS+= maestro.c
WERROR=
.include <bsd.kmod.mk>