mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/mpt
|
|
|
|
KMOD= mpt
|
|
SRCS= bus_if.h device_if.h pci_if.h \
|
|
opt_cam.h opt_ddb.h \
|
|
mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
|
|
|
|
.include <bsd.kmod.mk>
|