Makefile (db8c246937713e60b7628661ccc187eeb81f2bae) Makefile (5efac94999ff218e0101f67a059e44abb4b0b523)
1ath9k-y += beacon.o \
2 gpio.o \
3 init.o \
4 main.o \
5 recv.o \
6 xmit.o \
7 link.o \
8 antenna.o
9
10ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
1ath9k-y += beacon.o \
2 gpio.o \
3 init.o \
4 main.o \
5 recv.o \
6 xmit.o \
7 link.o \
8 antenna.o
9
10ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
11ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
11ath9k-$(CONFIG_ATH9K_LEGACY_RATE_CONTROL) += rc.o
12ath9k-$(CONFIG_ATH9K_PCI) += pci.o
13ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
14ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
15ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
16ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += \
17 dfs.o \
18 dfs_pattern_detector.o \
19 dfs_pri_detector.o

--- 45 unchanged lines hidden ---
12ath9k-$(CONFIG_ATH9K_PCI) += pci.o
13ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
14ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
15ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
16ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += \
17 dfs.o \
18 dfs_pattern_detector.o \
19 dfs_pri_detector.o

--- 45 unchanged lines hidden ---