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/iscsi/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/modules/iscsi/Makefile') diff --git a/sys/modules/iscsi/Makefile b/sys/modules/iscsi/Makefile index 2bff545ef2ff..74a971c92aae 100644 --- a/sys/modules/iscsi/Makefile +++ b/sys/modules/iscsi/Makefile @@ -6,10 +6,15 @@ KMOD= iscsi SRCS= iscsi.c SRCS+= icl.c SRCS+= icl_proxy.c +SRCS+= icl_soft.c SRCS+= opt_cam.h SRCS+= bus_if.h SRCS+= device_if.h +SRCS+= icl_conn_if.c +SRCS+= icl_conn_if.h #CFLAGS+=-DICL_KERNEL_PROXY +MFILES= kern/bus_if.m kern/device_if.m dev/iscsi/icl_conn_if.m + .include -- cgit v1.2.3