diff options
author | Cho, Yu-Chen <acho@suse.com> | 2013-05-16 16:31:59 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-16 15:43:48 -0700 |
commit | 0d751eca3b64e9118144bc7d26cb6290b8ed4d5d (patch) | |
tree | d49907f074cca4161e741c5575c4f41993171b35 /drivers/staging/Makefile | |
parent | 9b43b56f7950967771789a663bc2946cf2ce5087 (diff) | |
download | blackbird-obmc-linux-0d751eca3b64e9118144bc7d26cb6290b8ed4d5d.tar.gz blackbird-obmc-linux-0d751eca3b64e9118144bc7d26cb6290b8ed4d5d.zip |
Staging: add USB MTK bluetooth driver
This driver is for the Mediatek Bluetooth that can be found in many
different laptops. It was written by Mediatek, but cleaned up to
work properly in the kernel tree by SUSE.
--
Changes since v1:
1.fixed built error , because build path typo.
2.change to correct version number.
Signed-off-by: Cho, Yu-Chen <acho@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 110c59754dda..f689b9d1352d 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -63,3 +63,4 @@ obj-$(CONFIG_ZCACHE) += zcache/ obj-$(CONFIG_GOLDFISH) += goldfish/ obj-$(CONFIG_USB_DWC2) += dwc2/ obj-$(CONFIG_LUSTRE_FS) += lustre/ +obj-$(CONFIG_USB_BTMTK) += btmtk_usb/ |