mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
|
|
KMOD = ciss
|
|
.PATH: ${SRCTOP}/sys/dev/${KMOD}
|
|
SRCS = ciss.c
|
|
SRCS += opt_scsi.h opt_cam.h
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
|
|
#CFLAGS +=-DCISS_DEBUG
|
|
|
|
.include <bsd.kmod.mk>
|