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

Cache object: e36db3b782bea30a84b5c785996d2a6e


[ 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.