xref: /freebsd-14.2/sys/modules/ciss/Makefile (revision 031beb4e)
13a31b7ebSMike Smith
23a31b7ebSMike SmithKMOD		=  ciss
3*193d9e76SEnji Cooper.PATH:		${SRCTOP}/sys/dev/${KMOD}
43a31b7ebSMike SmithSRCS		=  ciss.c
53a31b7ebSMike SmithSRCS		+= opt_scsi.h opt_cam.h
63a31b7ebSMike SmithSRCS		+= device_if.h bus_if.h pci_if.h
73a31b7ebSMike Smith
85d10e1f7SMaxime Henrion#CFLAGS		+=-DCISS_DEBUG
93a31b7ebSMike Smith
103a31b7ebSMike Smith.include <bsd.kmod.mk>
11