From 321b17ec15bd4e76414b0442d3a027e3434855e6 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 31 Jan 2015 07:49:50 +0000 Subject: Add kobj interface between ICL and the rest of the iSCSI stack. Review note - icl.c was moved to icl_soft.c. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- sys/modules/ctl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/modules/ctl') diff --git a/sys/modules/ctl/Makefile b/sys/modules/ctl/Makefile index 77dc4e12b382..e97ec38d2b55 100644 --- a/sys/modules/ctl/Makefile +++ b/sys/modules/ctl/Makefile @@ -22,8 +22,11 @@ SRCS+= scsi_ctl.c SRCS+= bus_if.h SRCS+= device_if.h SRCS+= vnode_if.h +SRCS+= icl_conn_if.h SRCS+= opt_cam.h #CFLAGS+=-DICL_KERNEL_PROXY +MFILES= kern/bus_if.m kern/device_if.m dev/iscsi/icl_conn_if.m + .include -- cgit v1.3