Makefile (03ab3da3b215bac4ebb093c808d54596e03e3225) Makefile (fbbcd14690d3c42b664740d58a22af50a77d5689)
1ath9k-y += beacon.o \
2 gpio.o \
3 init.o \
4 main.o \
5 recv.o \
6 xmit.o \
7 link.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
8 antenna.o \
9 channel.o
9
10ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
11ath9k-$(CONFIG_ATH9K_PCI) += pci.o
12ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
13ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
14ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
15ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
16ath9k-$(CONFIG_ATH9K_WOW) += wow.o

--- 54 unchanged lines hidden ---
10
11ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
12ath9k-$(CONFIG_ATH9K_PCI) += pci.o
13ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
14ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
15ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
16ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
17ath9k-$(CONFIG_ATH9K_WOW) += wow.o

--- 54 unchanged lines hidden ---