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/bwn/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/bwn
    4 
    5 KMOD=   if_bwn
    6 SRCS=   if_bwn.c if_bwnreg.h if_bwnvar.h
    7 SRCS+=  if_bwn_pci.c
    8 SRCS+=  if_bwn_util.c
    9 
   10 # PHY
   11 SRCS+=  if_bwn_phy_common.c
   12 SRCS+=  if_bwn_phy_g.c if_bwn_phy_lp.c
   13 SRCS+=  if_bwn_phy_n.c
   14 
   15 # BHND
   16 SRCS+=  bhnd_bus_if.h \
   17         bhnd_chipc_if.h \
   18         bhnd_pmu_if.h \
   19         bhnd_pwrctl_if.h
   20 SRCS+=  bhnd_nvram_map.h
   21 
   22 # BHNDB
   23 SRCS+=  bhndb_bus_if.h \
   24         bhndb_if.h
   25 
   26 # Other
   27 SRCS+=  device_if.h bus_if.h gpio_if.h pci_if.h opt_bwn.h opt_wlan.h
   28 
   29 # The following need the BWN_GPL_PHY kenrel option to opt-in
   30 # to the GPL'd 802.11n PHY support for this driver.
   31 .PATH: ${SRCTOP}/sys/gnu/dev/bwn/phy_n
   32 SRCS.BWN_GPL_PHY+=  if_bwn_radio_2055.c
   33 SRCS.BWN_GPL_PHY+=  if_bwn_radio_2056.c
   34 SRCS.BWN_GPL_PHY+=  if_bwn_radio_2057.c
   35 SRCS.BWN_GPL_PHY+=  if_bwn_phy_n_sprom.c
   36 SRCS.BWN_GPL_PHY+=  if_bwn_phy_n_tables.c
   37 SRCS.BWN_GPL_PHY+=  if_bwn_phy_n_ppr.c
   38 SRCS.BWN_GPL_PHY+=  if_bwn_phy_n_core.c
   39 
   40 .include <bsd.kmod.mk>

Cache object: d114be146caa13db08d6663f276cda4a


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