Makefile (2fe5de9ce7d57498abc14b375cad2fcf8c3ee6cc) | Makefile (f2c3c952a5966e734f600e772ed65b5d34033891) |
---|---|
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 --- 39 unchanged lines hidden (view full) --- 48 49ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \ 50 ar9003_mci.o 51obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o 52 53obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o 54ath9k_common-y:= common.o \ 55 common-init.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 --- 39 unchanged lines hidden (view full) --- 48 49ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \ 50 ar9003_mci.o 51obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o 52 53obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o 54ath9k_common-y:= common.o \ 55 common-init.o \ |
56 common-beacon.o | 56 common-beacon.o \ 57 common-debug.o |
57 58ath9k_htc-y += htc_hst.o \ 59 hif_usb.o \ 60 wmi.o \ 61 htc_drv_txrx.o \ 62 htc_drv_main.o \ 63 htc_drv_beacon.o \ 64 htc_drv_init.o \ 65 htc_drv_gpio.o 66 67ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o 68 69obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o | 58 59ath9k_htc-y += htc_hst.o \ 60 hif_usb.o \ 61 wmi.o \ 62 htc_drv_txrx.o \ 63 htc_drv_main.o \ 64 htc_drv_beacon.o \ 65 htc_drv_init.o \ 66 htc_drv_gpio.o 67 68ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o 69 70obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o |