2013-04-02 09:42:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/cam/ctl
|
2013-04-02 09:42:42 +00: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 15:42:21 +00:00
|
|
|
SRCS+= ctl_frontend_ioctl.c
|
2015-09-10 12:40:31 +00:00
|
|
|
SRCS+= ctl_ha.c
|
2013-04-02 09:42:42 +00:00
|
|
|
SRCS+= ctl_scsi_all.c
|
2014-07-16 15:57:17 +00:00
|
|
|
SRCS+= ctl_tpc.c
|
|
|
|
SRCS+= ctl_tpc_local.c
|
2013-04-02 09:42:42 +00: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 13:52:09 +00:00
|
|
|
SRCS+= opt_cam.h
|
2013-04-02 09:42:42 +00:00
|
|
|
|
2013-09-14 15:29:06 +00:00
|
|
|
#CFLAGS+=-DICL_KERNEL_PROXY
|
|
|
|
|
2017-03-30 04:56:27 +00:00
|
|
|
MFILES= kern/bus_if.m kern/device_if.m
|
2015-01-31 07:49:50 +00:00
|
|
|
|
2013-04-02 09:42:42 +00:00
|
|
|
.include <bsd.kmod.mk>
|