3a31b7eb32
RAID controllers (5300, 532, 5i, etc.) Thanks to Compaq and Yahoo! for support during the development of this driver. MFC after: 1 week
12 lines
199 B
Makefile
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>
|