freebsd-dev/sys/modules/mpt/Makefile
John Baldwin ee98c4a50e Add a new personality to mpt(4) devices to allow userland applications to
perform various operations on a controller.  Specifically, for each mpt(4)
device, create a character device in devfs which accepts ioctl requests for
reading and writing configuration pages and performing RAID actions.

MFC after:	1 week
Reviewed by:	scottl
2008-05-06 20:49:53 +00:00

11 lines
202 B
Makefile

# $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_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
.include <bsd.kmod.mk>