Merge commit 'crater/master'
[dragonfly.git] / sys / dev / raid / ciss / Makefile
bloba9d10b762797ec28982d832a1cf7cad5331bd52e
1 # $FreeBSD: src/sys/modules/ciss/Makefile,v 1.1.2.1 2001/12/12 06:38:16 ps Exp $
2 # $DragonFly: src/sys/dev/raid/ciss/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
4 KMOD = ciss
5 .PATH: ${.CURDIR}/../../dev/${KMOD}
6 SRCS = ciss.c
7 SRCS += opt_scsi.h opt_cam.h
8 SRCS += device_if.h bus_if.h pci_if.h
10 #CFLAGS +=-DCISS_DEBUG
12 .include <bsd.kmod.mk>