a245737c51
prior ICP Vortex models. This driver was developed by Achim Leubner of Intel (previously with ICP Vortex) and Boji Kannanthanam of Intel. Submitted by: "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com> MFC after: 2 weeks
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD = iir
|
|
.PATH: ${.CURDIR}/../../dev/${KMOD}
|
|
SRCS = iir.c iir_ctrl.c iir_pci.c
|
|
SRCS += opt_scsi.h opt_cam.h
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|