diff options
author | Nick Pelly <npelly@google.com> | 2009-06-11 10:49:48 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2012-04-09 13:57:48 -0700 |
commit | 5dfd8cd6b1626948625f0e2ba25255fa665704ca (patch) | |
tree | 9c6b057c139ca8ede3f2138bea04815292c7724f /drivers/misc/Makefile | |
parent | 609a71dba026f4fa2899951378abd07d3342e06e (diff) |
wl127x-rfkill: Add power control driver for TI WL127X Bluetooth chips
Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 3e6af252821..a8159930334 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -50,3 +50,4 @@ obj-y += carma/ obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/ obj-$(CONFIG_MAX8997_MUIC) += max8997-muic.o +obj-$(CONFIG_WL127X_RFKILL) += wl127x-rfkill.o |