mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
8 lines
162 B
Makefile
8 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
KMOD = snd_solo
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += solo.c
|
|
|
|
.include <bsd.kmod.mk>
|