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/ixl/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/ixl
    4 
    5 KMOD    = if_ixl
    6 SRCS    = device_if.h bus_if.h pci_if.h ifdi_if.h
    7 SRCS    += opt_inet.h opt_inet6.h opt_rss.h opt_ixl.h opt_iflib.h
    8 SRCS    += ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c
    9 SRCS    += if_ixl.c ixl_pf_iflib.c
   10 SRCS.PCI_IOV += pci_iov_if.h ixl_pf_iov.c
   11 
   12 # Shared source
   13 SRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c i40e_dcb.c
   14 
   15 # Debug messages / sysctls
   16 # CFLAGS += -DIXL_DEBUG
   17 
   18 # Enable asserts and other debugging facilities
   19 # CFLAGS += -DINVARIANTS -DINVARIANTS_SUPPORT -DWITNESS
   20 
   21 # Enable iWARP client interface
   22 # CFLAGS += -DIXL_IW
   23 # SRCS  += ixl_iw.c
   24 
   25 EXPORT_SYMS=    YES
   26 
   27 .include <bsd.kmod.mk>

Cache object: 1ecdc3e347b7a2ef77d2702476c8cee4


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