Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: ISC
0002 ath9k-y +=      beacon.o \
0003                 gpio.o \
0004                 init.o \
0005                 main.o \
0006                 recv.o \
0007                 xmit.o \
0008                 link.o \
0009                 antenna.o \
0010                 channel.o
0011 
0012 ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
0013 ath9k-$(CONFIG_ATH9K_PCI) += pci.o
0014 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
0015 ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
0016 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
0017 ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
0018 ath9k-$(CONFIG_ATH9K_WOW) += wow.o
0019 ath9k-$(CONFIG_ATH9K_HWRNG) += rng.o
0020 
0021 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
0022 
0023 ath9k-$(CONFIG_ATH9K_STATION_STATISTICS) += debug_sta.o
0024 
0025 obj-$(CONFIG_ATH9K) += ath9k.o
0026 
0027 ath9k_hw-y:=    \
0028                 ar9002_hw.o \
0029                 ar9003_hw.o \
0030                 hw.o \
0031                 ar9003_phy.o \
0032                 ar9002_phy.o \
0033                 ar5008_phy.o \
0034                 ar9002_calib.o \
0035                 ar9003_calib.o \
0036                 calib.o \
0037                 eeprom.o \
0038                 eeprom_def.o \
0039                 eeprom_4k.o \
0040                 eeprom_9287.o \
0041                 ani.o \
0042                 mac.o \
0043                 ar9002_mac.o \
0044                 ar9003_mac.o \
0045                 ar9003_eeprom.o \
0046                 ar9003_paprd.o
0047 
0048 # FIXME: temporarily silence -Warray-bounds on non W=1+ builds
0049 ifndef KBUILD_EXTRA_WARN
0050 CFLAGS_mac.o += -Wno-array-bounds
0051 endif
0052 
0053 ath9k_hw-$(CONFIG_ATH9K_WOW) += ar9003_wow.o
0054 
0055 ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
0056                                            ar9003_mci.o \
0057                                            ar9003_aic.o
0058 
0059 ath9k_hw-$(CONFIG_ATH9K_PCOEM) += ar9003_rtt.o
0060 
0061 ath9k_hw-$(CONFIG_ATH9K_DYNACK) += dynack.o
0062 
0063 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
0064 
0065 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
0066 ath9k_common-y:=        common.o \
0067                         common-init.o \
0068                         common-beacon.o \
0069 
0070 ath9k_common-$(CONFIG_ATH9K_COMMON_DEBUG) += common-debug.o
0071 ath9k_common-$(CONFIG_ATH9K_COMMON_SPECTRAL) += common-spectral.o
0072 
0073 ath9k_htc-y +=  htc_hst.o \
0074                 hif_usb.o \
0075                 wmi.o \
0076                 htc_drv_txrx.o \
0077                 htc_drv_main.o \
0078                 htc_drv_beacon.o \
0079                 htc_drv_init.o \
0080                 htc_drv_gpio.o
0081 
0082 ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
0083 
0084 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
0085 
0086 obj-$(CONFIG_ATH9K_PCI_NO_EEPROM) += ath9k_pci_owl_loader.o