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