diff options
| author | Pavankumar Kondeti <pkondeti@codeaurora.org> | 2014-03-03 12:08:24 +0530 |
|---|---|---|
| committer | Pavankumar Kondeti <pkondeti@codeaurora.org> | 2014-03-03 12:17:40 +0530 |
| commit | 1faa842edd496dd6acf37fce7265959cedf19bdd (patch) | |
| tree | eeec56d0ed853d3eaf76c09fd5e7c1556957e72b | |
| parent | 6976ec566a784da4466c16c5179d0b71da27a4ce (diff) | |
USB: Enter class directory when the CCID driver is enabled
The drivers/usb/Makefile is not including the class directory
when only the CCID class driver is enabled.
Change-Id: I5360070c4537235903691d59cb548ee027a7ffb8
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
| -rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 2c3eb0f1c09..cff13c5441e 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -35,6 +35,7 @@ obj-$(CONFIG_USB_ACM) += class/ obj-$(CONFIG_USB_PRINTER) += class/ obj-$(CONFIG_USB_WDM) += class/ obj-$(CONFIG_USB_TMC) += class/ +obj-$(CONFIG_USB_CCID_BRIDGE) += class/ obj-$(CONFIG_USB_STORAGE) += storage/ obj-$(CONFIG_USB) += storage/ |
