1219019Sgabor# $FreeBSD: releng/11.0/sys/modules/ciss/Makefile 106038 2002-10-27 12:09:51Z mux $
2219019Sgabor
3219019SgaborKMOD		=  ciss
4219019Sgabor.PATH:		${.CURDIR}/../../dev/${KMOD}
5219019SgaborSRCS		=  ciss.c
6219019SgaborSRCS		+= opt_scsi.h opt_cam.h
7219019SgaborSRCS		+= device_if.h bus_if.h pci_if.h
8219019Sgabor
9219019Sgabor#CFLAGS		+=-DCISS_DEBUG
10219019Sgabor
11219019Sgabor.include <bsd.kmod.mk>
12