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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/Makefile
diff --git a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/Makefile b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/Makefile
index 973ae4f49f35fbd122f5eeec4c352a397c10c33e..080b850be4eeb4f92967787a583f0c76ade7febd 100644
--- a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/Makefile
+++ b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/Makefile
@@ -10,6 +10,7 @@ ath9k-y += beacon.o \
ath9k-$(CONFIG_PCI) += pci.o
ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
+ath9k-$(CONFIG_ATH9K_PKTLOG) += pktlog.o
obj-$(CONFIG_ATH9K) += ath9k.o
« 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