ef137fd32f
This provides support for the Adaptec SCSI RAID controller family, as well as the DPT SmartRAID V and VI families. The driver will be maintained by Mark and Adaptec, and any changes should be referred to the MAINTAINER.
10 lines
177 B
Makefile
10 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/asr
|
|
KMOD = asr
|
|
SRCS = asr.c
|
|
SRCS += opt_scsi.h opt_cam.h opt_asr.h
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|