Deleted Added
full compact
Makefile (64621) Makefile (70711)
1# $FreeBSD: head/sys/modules/cam/Makefile 64621 2000-08-13 18:49:40Z n_hibma $
1# $FreeBSD: head/sys/modules/cam/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3MAINTAINER = n_hibma@freebsd.org
4S = ${.CURDIR}/../..
3MAINTAINER= n_hibma@freebsd.org
4S= ${.CURDIR}/../..
5
5
6.PATH: $S/cam $S/cam/scsi
7KMOD = cam
6.PATH: $S/cam $S/cam/scsi
8
7
8KMOD= cam
9
9# See sys/conf/options for the flags that go into the different opt_*.h files.
10# See sys/conf/options for the flags that go into the different opt_*.h files.
10SRCS = opt_cam.h
11SRCS += opt_scsi.h
12SRCS += opt_cd.h
13SRCS += opt_hw_wdog.h
14SRCS += opt_pt.h
15SRCS += opt_sa.h
16SRCS += opt_ses.h
17SRCS += device_if.h bus_if.h
18SRCS += cam.c cam_extend.c cam_periph.c cam_queue.c
19SRCS += cam_sim.c cam_xpt.c
20SRCS += scsi_all.c scsi_cd.c scsi_ch.c
21SRCS += scsi_da.c
22SRCS += scsi_pass.c
23SRCS += scsi_pt.c
24SRCS += scsi_sa.c
25SRCS += scsi_ses.c
26SRCS += scsi_targ_bh.c scsi_target.c
11SRCS= opt_cam.h
12SRCS+= opt_scsi.h
13SRCS+= opt_cd.h
14SRCS+= opt_hw_wdog.h
15SRCS+= opt_pt.h
16SRCS+= opt_sa.h
17SRCS+= opt_ses.h
18SRCS+= device_if.h bus_if.h
19SRCS+= cam.c cam_extend.c cam_periph.c cam_queue.c
20SRCS+= cam_sim.c cam_xpt.c
21SRCS+= scsi_all.c scsi_cd.c scsi_ch.c
22SRCS+= scsi_da.c
23SRCS+= scsi_pass.c
24SRCS+= scsi_pt.c
25SRCS+= scsi_sa.c
26SRCS+= scsi_ses.c
27SRCS+= scsi_targ_bh.c scsi_target.c
27
28
28NOMAN =
29NOMAN=
29
30opt_scsi.h:
30
31opt_scsi.h:
31 echo '#define SCSI_DELAY 15000' > opt_scsi.h
32 echo '#define SCSI_DELAY 15000' > opt_scsi.h
32
33.include <bsd.kmod.mk>
33
34.include <bsd.kmod.mk>