Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Side by Side Diff: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/Makefile

Issue 6393011: ath9k: Add pktlog support Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: add missing files Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/ar9002_mac.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ath9k-y += beacon.o \ 1 ath9k-y += beacon.o \
2 gpio.o \ 2 gpio.o \
3 init.o \ 3 init.o \
4 main.o \ 4 main.o \
5 recv.o \ 5 recv.o \
6 xmit.o \ 6 xmit.o \
7 virtual.o \ 7 virtual.o \
8 rc.o 8 rc.o
9 9
10 ath9k-$(CONFIG_PCI) += pci.o 10 ath9k-$(CONFIG_PCI) += pci.o
11 ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o 11 ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
12 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o 12 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
13 ath9k-$(CONFIG_ATH9K_PKTLOG) += pktlog.o
13 14
14 obj-$(CONFIG_ATH9K) += ath9k.o 15 obj-$(CONFIG_ATH9K) += ath9k.o
15 16
16 ath9k_hw-y:= \ 17 ath9k_hw-y:= \
17 ar9002_hw.o \ 18 ar9002_hw.o \
18 ar9003_hw.o \ 19 ar9003_hw.o \
19 hw.o \ 20 hw.o \
20 ar9003_phy.o \ 21 ar9003_phy.o \
21 ar9002_phy.o \ 22 ar9002_phy.o \
22 ar5008_phy.o \ 23 ar5008_phy.o \
(...skipping 19 matching lines...) Expand all
42 43
43 ath9k_htc-y += htc_hst.o \ 44 ath9k_htc-y += htc_hst.o \
44 hif_usb.o \ 45 hif_usb.o \
45 wmi.o \ 46 wmi.o \
46 htc_drv_txrx.o \ 47 htc_drv_txrx.o \
47 htc_drv_main.o \ 48 htc_drv_main.o \
48 htc_drv_beacon.o \ 49 htc_drv_beacon.o \
49 htc_drv_init.o 50 htc_drv_init.o
50 51
51 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o 52 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
OLDNEW
« no previous file with comments | « no previous file | chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/ar9002_mac.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698