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

Unified Diff: chromeos/compat-wireless/Makefile

Issue 3561007: Adding ath6kl driver support to compat-wireless (Closed) Base URL: http://git.chromium.org/git/kernel.git
Patch Set: Enabling certain config options by default. Created 10 years, 3 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/staging/ath6kl/Kconfig » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/compat-wireless/Makefile
diff --git a/chromeos/compat-wireless/Makefile b/chromeos/compat-wireless/Makefile
index db7b67ea1769fe7ca138890f5c02b75c0239e945..772a99d716d7ebaa8f9289338588e321c6052177 100644
--- a/chromeos/compat-wireless/Makefile
+++ b/chromeos/compat-wireless/Makefile
@@ -34,6 +34,9 @@ endif
obj-$(CONFIG_COMPAT_BLUETOOTH) += net/bluetooth/
obj-$(CONFIG_COMPAT_BLUETOOTH_MODULES) += drivers/bluetooth/
+obj-$(CONFIG_COMPAT_STAGING) += drivers/staging/ath6kl/
+
+
else
export PWD := $(shell pwd)
« no previous file with comments | « no previous file | chromeos/compat-wireless/drivers/staging/ath6kl/Kconfig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698