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/sfxge/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: releng/11.0/sys/modules/sfxge/Makefile 301489 2016-06-06 09:04:20Z arybchik $
    2 
    3 KMOD=   sfxge
    4 
    5 SFXGE= ${.CURDIR}/../../dev/sfxge
    6 
    7 SRCS=   device_if.h bus_if.h pci_if.h
    8 SRCS+=  opt_inet.h opt_inet6.h opt_sched.h opt_rss.h
    9 
   10 .PATH: ${.CURDIR}/../../dev/sfxge
   11 SRCS+=  sfxge.c sfxge_dma.c sfxge_ev.c
   12 SRCS+=  sfxge_intr.c sfxge_mcdi.c sfxge_nvram.c
   13 SRCS+=  sfxge_port.c sfxge_rx.c sfxge_tx.c
   14 SRCS+=  sfxge.h sfxge_rx.h sfxge_tx.h sfxge_version.h
   15 
   16 .PATH: ${.CURDIR}/../../dev/sfxge/common
   17 SRCS+=  efx_bootcfg.c efx_crc32.c efx_ev.c efx_intr.c efx_lic.c efx_mac.c
   18 SRCS+=  efx_mcdi.c efx_mon.c efx_nic.c
   19 SRCS+=  efx_nvram.c efx_phy.c efx_port.c efx_rx.c efx_sram.c efx_tx.c
   20 SRCS+=  efx_vpd.c efx_wol.c efx_filter.c efx_hash.c
   21 SRCS+=  efsys.h
   22 SRCS+=  efx.h efx_check.h efx_impl.h efx_mcdi.h efx_regs.h efx_regs_ef10.h
   23 SRCS+=  efx_regs_mcdi.h efx_regs_pci.h efx_types.h efx_phy_ids.h
   24 SRCS+=  ef10_tlv_layout.h
   25 
   26 SRCS+=  mcdi_mon.c mcdi_mon.h
   27 
   28 SRCS+=  siena_mac.c siena_mcdi.c siena_nic.c siena_nvram.c siena_phy.c
   29 SRCS+=  siena_sram.c siena_vpd.c
   30 SRCS+=  siena_flash.h siena_impl.h
   31 
   32 SRCS+=  ef10_ev.c ef10_filter.c ef10_intr.c ef10_mac.c ef10_mcdi.c ef10_nic.c
   33 SRCS+=  ef10_nvram.c ef10_phy.c ef10_rx.c ef10_tx.c ef10_vpd.c
   34 SRCS+=  ef10_impl.h
   35 
   36 SRCS+=  hunt_nic.c hunt_phy.c
   37 SRCS+=  hunt_impl.h
   38 
   39 SRCS+=  medford_nic.c
   40 SRCS+=  medford_impl.h
   41 
   42 # Extra debug checks
   43 #CFLAGS += -DDEBUG=1
   44 
   45 .include <bsd.kmod.mk>

Cache object: a011c1c1c43f597ca0d800cc6aeaff9c


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