summaryrefslogtreecommitdiffstats
path: root/sys/modules/ctl
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-29 18:17:34 +0000
committerngie <ngie@FreeBSD.org>2017-05-29 18:17:34 +0000
commitc66b4daaa1f01f6177f69ec8d846126091a29b94 (patch)
treedf4963451679a78a0dc04c1c01552b480f752faf /sys/modules/ctl
parentf0afe933460761759eeea85562076b3e0b300b79 (diff)
downloadFreeBSD-src-c66b4daaa1f01f6177f69ec8d846126091a29b94.zip
FreeBSD-src-c66b4daaa1f01f6177f69ec8d846126091a29b94.tar.gz
MFC r314659,r314676:
r314659: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output r314676: Fix build after r314656 Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk explicitly so we can be certain that the values used as dependencies in the targets are defined when the target recipe has been evaluated. Reminder: thou shalt separate out separate functional changes before committing them. (YUGE) Pointyhat to: ngie In collaboration with: bdrewery
Diffstat (limited to 'sys/modules/ctl')
-rw-r--r--sys/modules/ctl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/ctl/Makefile b/sys/modules/ctl/Makefile
index c9be22b..533ed0a 100644
--- a/sys/modules/ctl/Makefile
+++ b/sys/modules/ctl/Makefile
@@ -12,7 +12,6 @@ SRCS+= ctl_cmd_table.c
SRCS+= ctl_frontend.c
SRCS+= ctl_frontend_cam_sim.c
SRCS+= ctl_frontend_ioctl.c
-SRCS+= ctl_frontend_iscsi.c
SRCS+= ctl_ha.c
SRCS+= ctl_scsi_all.c
SRCS+= ctl_tpc.c
@@ -23,11 +22,10 @@ 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
+MFILES= kern/bus_if.m kern/device_if.m
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud