]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cam/Makefile
unbound: Import upstream 0ee44ef3 when ENOBUFS is returned
[FreeBSD/FreeBSD.git] / sys / modules / cam / Makefile
1
2 S=      ${SRCTOP}/sys
3
4 .PATH: $S/cam $S/cam/scsi $S/cam/ata $S/cam/nvme $S/dev/nvme
5
6 KMOD=   cam
7
8 # See sys/conf/options for the flags that go into the different opt_*.h files.
9 SRCS=   opt_cam.h
10 SRCS+=  opt_ada.h
11 SRCS+=  opt_scsi.h
12 SRCS+=  opt_cd.h
13 SRCS+=  opt_da.h
14 SRCS+=  opt_pt.h
15 SRCS+=  opt_sa.h
16 SRCS+=  opt_ses.h
17 SRCS+=  opt_ddb.h
18 SRCS+=  opt_printf.h
19 SRCS+=  device_if.h bus_if.h vnode_if.h
20 SRCS+=  cam.c
21 SRCS+=  cam_compat.c
22 SRCS+=  cam_iosched.c cam_periph.c cam_queue.c cam_sim.c cam_xpt.c
23 SRCS+=  scsi_all.c scsi_cd.c scsi_ch.c
24 SRCS+=  scsi_da.c
25 SRCS+=  scsi_pass.c
26 SRCS+=  scsi_pt.c
27 SRCS+=  scsi_sa.c
28 SRCS+=  scsi_enc.c
29 SRCS+=  scsi_enc_ses.c
30 SRCS+=  scsi_enc_safte.c
31 SRCS+=  scsi_sg.c
32 SRCS+=  scsi_targ_bh.c scsi_target.c
33 SRCS+=  scsi_xpt.c
34 SRCS+=  smp_all.c
35 SRCS+=  ata_all.c
36 SRCS+=  ata_xpt.c
37 SRCS+=  ata_da.c
38 SRCS+=  ata_pmp.c
39 SRCS+=  nvme_all.c
40 SRCS+=  nvme_xpt.c
41 SRCS+=  nvme_da.c
42 SRCS+=  nvme_util.c
43
44 EXPORT_SYMS=    YES     # XXX evaluate
45
46 .include <bsd.kmod.mk>