Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1faa842e authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

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: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 6976ec56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/