2013-04-02 05:42:42 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/cam/ctl
|
2013-04-02 05:42:42 -04:00
|
|
|
|
|
|
|
|
KMOD= ctl
|
|
|
|
|
|
|
|
|
|
SRCS= ctl.c
|
|
|
|
|
SRCS+= ctl_backend.c
|
|
|
|
|
SRCS+= ctl_backend_block.c
|
|
|
|
|
SRCS+= ctl_backend_ramdisk.c
|
|
|
|
|
SRCS+= ctl_cmd_table.c
|
|
|
|
|
SRCS+= ctl_frontend.c
|
|
|
|
|
SRCS+= ctl_frontend_cam_sim.c
|
2015-08-15 11:42:21 -04:00
|
|
|
SRCS+= ctl_frontend_ioctl.c
|
2015-09-10 08:40:31 -04:00
|
|
|
SRCS+= ctl_ha.c
|
2013-04-02 05:42:42 -04:00
|
|
|
SRCS+= ctl_scsi_all.c
|
2014-07-16 11:57:17 -04:00
|
|
|
SRCS+= ctl_tpc.c
|
|
|
|
|
SRCS+= ctl_tpc_local.c
|
2013-04-02 05:42:42 -04:00
|
|
|
SRCS+= ctl_error.c
|
|
|
|
|
SRCS+= ctl_util.c
|
|
|
|
|
SRCS+= scsi_ctl.c
|
|
|
|
|
SRCS+= bus_if.h
|
|
|
|
|
SRCS+= device_if.h
|
|
|
|
|
SRCS+= vnode_if.h
|
2013-04-02 09:52:09 -04:00
|
|
|
SRCS+= opt_cam.h
|
2013-04-02 05:42:42 -04:00
|
|
|
|
2013-09-14 11:29:06 -04:00
|
|
|
#CFLAGS+=-DICL_KERNEL_PROXY
|
|
|
|
|
|
2017-03-30 00:56:27 -04:00
|
|
|
MFILES= kern/bus_if.m kern/device_if.m
|
2015-01-31 02:49:50 -05:00
|
|
|
|
2013-04-02 05:42:42 -04:00
|
|
|
.include <bsd.kmod.mk>
|