Add a module for mpt(4).
This commit is contained in:
parent
de5df1d716
commit
bc96e1c7cf
@ -75,6 +75,7 @@ SUBDIR= 3dfx \
|
||||
md \
|
||||
mii \
|
||||
mlx \
|
||||
mpt \
|
||||
msdosfs \
|
||||
nfsclient \
|
||||
nfsserver \
|
||||
|
10
sys/modules/mpt/Makefile
Normal file
10
sys/modules/mpt/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/mpt
|
||||
|
||||
KMOD= mpt
|
||||
SRCS= bus_if.h device_if.h pci_if.h \
|
||||
opt_cam.h opt_ddb.h \
|
||||
mpt.c mpt_debug.c mpt_freebsd.c mpt_pci.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user