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

Unified Diff: drivers/misc/Makefile

Issue 6295009: CHROMIUM: config: bluetooth: rfkill driver Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.36
Patch Set: CHROMIUM: rfkill: bluetooth rfkill driver 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
Index: drivers/misc/Makefile
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 42eab95cde2af49e8ae737036695a1093caa01d9..c0a317886d5aa056b46e4e1cb4943b5811470cc1 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -29,9 +29,10 @@ obj-$(CONFIG_EP93XX_PWM) += ep93xx_pwm.o
obj-$(CONFIG_DS1682) += ds1682.o
obj-$(CONFIG_TI_DAC7512) += ti_dac7512.o
obj-$(CONFIG_C2PORT) += c2port/
-obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/
+obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/
Olof Johansson 2011/01/19 18:31:16 Unrelated change (looks like whitespace tab->space
obj-$(CONFIG_HMC6352) += hmc6352.o
obj-y += eeprom/
obj-y += cb710/
obj-$(CONFIG_VMWARE_BALLOON) += vmw_balloon.o
+obj-$(CONFIG_BT_RFKILL) += bt_rfkill.o
obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o
« drivers/misc/Kconfig ('K') | « drivers/misc/Kconfig ('k') | drivers/misc/bt_rfkill.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698