freebsd-dev/sys/modules/hptiop/Makefile
Scott Long 4439f8b4b6 Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.
The driver relies on CAM.

Many thanks to Highpoint for providing this driver.
2007-05-09 07:07:26 +00:00

11 lines
166 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/hptiop
KMOD= hptiop
SRCS= hptiop.c
SRCS+= opt_scsi.h opt_cam.h
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>