]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ctl/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ctl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../cam/ctl
4
5 KMOD=   ctl
6
7 SRCS=   ctl.c
8 SRCS+=  ctl_backend.c
9 SRCS+=  ctl_backend_block.c
10 SRCS+=  ctl_backend_ramdisk.c
11 SRCS+=  ctl_cmd_table.c
12 SRCS+=  ctl_frontend.c
13 SRCS+=  ctl_frontend_cam_sim.c
14 SRCS+=  ctl_frontend_internal.c
15 SRCS+=  ctl_frontend_iscsi.c
16 SRCS+=  ctl_mem_pool.c
17 SRCS+=  ctl_scsi_all.c
18 SRCS+=  ctl_error.c
19 SRCS+=  ctl_util.c
20 SRCS+=  scsi_ctl.c
21 SRCS+=  bus_if.h
22 SRCS+=  device_if.h
23 SRCS+=  vnode_if.h
24 SRCS+=  opt_cam.h
25 SRCS+=  opt_kdtrace.h
26
27 #CFLAGS+=-DICL_KERNEL_PROXY
28
29 .include <bsd.kmod.mk>