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/ice/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/ice
    4 
    5 KMOD    = if_ice
    6 
    7 # Interface headers
    8 SRCS    = device_if.h bus_if.h pci_if.h ifdi_if.h
    9 SRCS    += irdma_di_if.h irdma_if.h
   10 
   11 # Option headers
   12 SRCS    += opt_inet.h opt_inet6.h opt_rss.h opt_iflib.h
   13 
   14 # Core source
   15 SRCS    += ice_lib.c ice_osdep.c ice_resmgr.c ice_strings.c
   16 SRCS    += ice_iflib_recovery_txrx.c ice_iflib_txrx.c if_ice_iflib.c
   17 SRCS    += ice_fw_logging.c
   18 
   19 # RDMA Client interface
   20 # TODO: Is this the right way to compile this?
   21 SRCS    += ice_rdma.c irdma_di_if.c irdma_if.c
   22 CFLAGS.irdma_di_if.c += -I${SRCTOP}/sys/dev/ice
   23 CFLAGS.irdma_if.c += -I${SRCTOP}/sys/dev/ice
   24 
   25 # Shared source
   26 SRCS    += ice_common.c ice_controlq.c ice_dcb.c ice_flex_pipe.c ice_flow.c
   27 SRCS    += ice_nvm.c ice_sched.c ice_switch.c ice_vlan_mode.c ice_fwlog.c
   28 
   29 .include <bsd.kmod.mk>

Cache object: 6aa2beb3625960d6fdccf624af8ccc54


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