mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
10 lines
240 B
Makefile
10 lines
240 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mvs
|
|
|
|
KMOD= mvs
|
|
SRCS= mvs.c mvs_pci.c mvs.h mvs_if.c mvs_if.h device_if.h bus_if.h pci_if.h opt_cam.h
|
|
|
|
MFILES= kern/bus_if.m kern/device_if.m dev/pci/pci_if.m dev/mvs/mvs_if.m
|
|
|
|
.include <bsd.kmod.mk>
|