]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/ctl/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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_scsi_all.c
17 SRCS+=  ctl_tpc.c
18 SRCS+=  ctl_tpc_local.c
19 SRCS+=  ctl_error.c
20 SRCS+=  ctl_util.c
21 SRCS+=  scsi_ctl.c
22 SRCS+=  bus_if.h
23 SRCS+=  device_if.h
24 SRCS+=  vnode_if.h
25 SRCS+=  opt_cam.h
26 SRCS+=  opt_kdtrace.h
27
28 #CFLAGS+=-DICL_KERNEL_PROXY
29
30 .include <bsd.kmod.mk>