freebsd-dev/sys/modules/ciss/Makefile
Mike Smith 3a31b7eb32 Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of
RAID controllers (5300, 532, 5i, etc.)

Thanks to Compaq and Yahoo! for support during the development of this
driver.

MFC after:	1 week
2001-11-27 23:08:37 +00:00

12 lines
199 B
Makefile

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