mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/mfi
|
|
|
|
KMOD= mfip
|
|
SRCS= mfi_cam.c
|
|
SRCS+= opt_mfi.h opt_cam.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|