The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/cam/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: src/sys/modules/cam/Makefile,v 1.11 2004/04/19 17:26:46 njl Exp $ 
    2 
    3 MAINTAINER=     n_hibma@freebsd.org
    4 S=      ${.CURDIR}/../..
    5 
    6 .PATH: $S/cam $S/cam/scsi
    7 
    8 KMOD=   cam
    9 
   10 # See sys/conf/options for the flags that go into the different opt_*.h files.
   11 SRCS=   opt_cam.h
   12 SRCS+=  opt_scsi.h
   13 SRCS+=  opt_cd.h
   14 SRCS+=  opt_hw_wdog.h
   15 SRCS+=  opt_pt.h
   16 SRCS+=  opt_sa.h
   17 SRCS+=  opt_ses.h
   18 SRCS+=  device_if.h bus_if.h vnode_if.h
   19 SRCS+=  cam.c cam_periph.c cam_queue.c
   20 SRCS+=  cam_sim.c cam_xpt.c
   21 SRCS+=  scsi_all.c scsi_cd.c scsi_ch.c
   22 SRCS+=  scsi_da.c
   23 SRCS+=  scsi_pass.c
   24 SRCS+=  scsi_pt.c
   25 SRCS+=  scsi_sa.c
   26 SRCS+=  scsi_ses.c
   27 SRCS+=  scsi_targ_bh.c scsi_target.c
   28 
   29 EXPORT_SYMS=    YES     # XXX evaluate
   30 
   31 opt_scsi.h:
   32         echo "#define SCSI_DELAY 15000" > ${.TARGET}
   33 
   34 .include <bsd.kmod.mk>

Cache object: d1208361fe556bb726018d33d1f3a2ee


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.