diff options
author | Felipe Balbi <balbi@ti.com> | 2011-04-07 03:59:34 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 19:34:53 -0400 |
commit | 4661ffc91befc8c5ee080720120da1d53851060a (patch) | |
tree | 35ed839c521e603b43266bb589951b7b594c95dc /drivers/usb/Makefile | |
parent | 3ab810f19d71f4083be44b41770bcd784ff82e51 (diff) |
usb: don't enter usb subdirectories directly
Instead, make we enter usb/ directory on all
needed cases and enter the subdirectories from
drivers/usb/Makefile.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 239f050efa35..9bc8aeb3c96f 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -45,3 +45,8 @@ obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/ | |||
45 | 45 | ||
46 | obj-$(CONFIG_USB_ATM) += atm/ | 46 | obj-$(CONFIG_USB_ATM) += atm/ |
47 | obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ | 47 | obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ |
48 | |||
49 | obj-$(CONFIG_USB_MUSB_HDRC) += musb/ | ||
50 | obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs/ | ||
51 | obj-$(CONFIG_USB_OTG_UTILS) += otg/ | ||
52 | obj-$(CONFIG_USB_GADGET) += gadget/ | ||