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/ocs_fc/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 .PATH:  ${SRCTOP}/sys/dev/ocs_fc
    4 KMOD = ocs_fc
    5 
    6 SRCS = \
    7         device_if.h \
    8         bus_if.h \
    9         pci_if.h \
   10         opt_scsi.h \
   11         opt_stack.h \
   12         opt_cam.h
   13 
   14 # OS
   15 SRCS += ocs_pci.c ocs_ioctl.c ocs_os.c ocs_utils.c
   16 
   17 # hw
   18 SRCS += ocs_hw.c ocs_hw_queues.c
   19 
   20 # SLI
   21 SRCS += sli4.c ocs_sm.c
   22 
   23 # Transport
   24 SRCS += \
   25         ocs_device.c \
   26         ocs_xport.c \
   27         ocs_domain.c \
   28         ocs_sport.c \
   29         ocs_els.c \
   30         ocs_fabric.c \
   31         ocs_io.c \
   32         ocs_node.c \
   33         ocs_scsi.c \
   34         ocs_unsol.c \
   35         ocs_ddump.c \
   36         ocs_mgmt.c \
   37         ocs_gendump.c
   38 
   39 
   40 # CAM initiator/target
   41 SRCS += ocs_cam.c
   42 
   43 CINCS = -I. 
   44 
   45 CLEANFILES += ${PROG}.debug ${PROG}.symbols cscope.*
   46 
   47 .include <bsd.kmod.mk>

Cache object: de469257c7c7925d8137ee90b365b97c


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