Makefile (daab7fc734a53fdeaf844b7c03053118ad1769da) | Makefile (6e5c2b4e8addfaab8ef54dedaf7b607e1585c35b) |
---|---|
1ath9k-y += beacon.o \ 2 gpio.o \ 3 init.o \ 4 main.o \ 5 recv.o \ 6 xmit.o \ 7 virtual.o \ | 1ath9k-y += beacon.o \ 2 gpio.o \ 3 init.o \ 4 main.o \ 5 recv.o \ 6 xmit.o \ 7 virtual.o \ |
8 rc.o | |
9 | 8 |
9ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o |
|
10ath9k-$(CONFIG_PCI) += pci.o 11ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o 12ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o 13 14obj-$(CONFIG_ATH9K) += ath9k.o 15 16ath9k_hw-y:= \ 17 ar9002_hw.o \ --- 23 unchanged lines hidden (view full) --- 41ath9k_common-y:= common.o 42 43ath9k_htc-y += htc_hst.o \ 44 hif_usb.o \ 45 wmi.o \ 46 htc_drv_txrx.o \ 47 htc_drv_main.o \ 48 htc_drv_beacon.o \ | 10ath9k-$(CONFIG_PCI) += pci.o 11ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o 12ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o 13 14obj-$(CONFIG_ATH9K) += ath9k.o 15 16ath9k_hw-y:= \ 17 ar9002_hw.o \ --- 23 unchanged lines hidden (view full) --- 41ath9k_common-y:= common.o 42 43ath9k_htc-y += htc_hst.o \ 44 hif_usb.o \ 45 wmi.o \ 46 htc_drv_txrx.o \ 47 htc_drv_main.o \ 48 htc_drv_beacon.o \ |
49 htc_drv_init.o | 49 htc_drv_init.o \ 50 htc_drv_gpio.o |
50 51obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o | 51 52obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o |