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/contrib/dev/rtw89/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 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
    2 
    3 obj-$(CONFIG_RTW89_CORE) += rtw89_core.o
    4 rtw89_core-y += core.o \
    5                 mac80211.o \
    6                 mac.o \
    7                 phy.o \
    8                 fw.o \
    9                 cam.o \
   10                 efuse.o \
   11                 regd.o \
   12                 sar.o \
   13                 coex.o \
   14                 ps.o \
   15                 chan.o \
   16                 ser.o
   17 
   18 obj-$(CONFIG_RTW89_8852A) += rtw89_8852a.o
   19 rtw89_8852a-objs := rtw8852a.o \
   20                     rtw8852a_table.o \
   21                     rtw8852a_rfk.o \
   22                     rtw8852a_rfk_table.o
   23 
   24 obj-$(CONFIG_RTW89_8852AE) += rtw89_8852ae.o
   25 rtw89_8852ae-objs := rtw8852ae.o
   26 
   27 obj-$(CONFIG_RTW89_8852C) += rtw89_8852c.o
   28 rtw89_8852c-objs := rtw8852c.o \
   29                     rtw8852c_table.o \
   30                     rtw8852c_rfk.o \
   31                     rtw8852c_rfk_table.o
   32 
   33 obj-$(CONFIG_RTW89_8852CE) += rtw89_8852ce.o
   34 rtw89_8852ce-objs := rtw8852ce.o
   35 
   36 rtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o
   37 
   38 obj-$(CONFIG_RTW89_PCI) += rtw89_pci.o
   39 rtw89_pci-y := pci.o
   40 

Cache object: 1110d1f7c06e06d6b4e389d4ae6cd308


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