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/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/Makefile')
-rw-r--r-- | drivers/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index ad67b7d4c271..0cf73a90fca8 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -64,12 +64,10 @@ obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/ | |||
64 | obj-$(CONFIG_PARIDE) += block/paride/ | 64 | obj-$(CONFIG_PARIDE) += block/paride/ |
65 | obj-$(CONFIG_TC) += tc/ | 65 | obj-$(CONFIG_TC) += tc/ |
66 | obj-$(CONFIG_UWB) += uwb/ | 66 | obj-$(CONFIG_UWB) += uwb/ |
67 | obj-$(CONFIG_USB_OTG_UTILS) += usb/otg/ | 67 | obj-$(CONFIG_USB_OTG_UTILS) += usb/ |
68 | obj-$(CONFIG_USB) += usb/ | 68 | obj-$(CONFIG_USB) += usb/ |
69 | obj-$(CONFIG_USB_MUSB_HDRC) += usb/musb/ | ||
70 | obj-$(CONFIG_USB_RENESAS_USBHS) += usb/renesas_usbhs/ | ||
71 | obj-$(CONFIG_PCI) += usb/ | 69 | obj-$(CONFIG_PCI) += usb/ |
72 | obj-$(CONFIG_USB_GADGET) += usb/gadget/ | 70 | obj-$(CONFIG_USB_GADGET) += usb/ |
73 | obj-$(CONFIG_SERIO) += input/serio/ | 71 | obj-$(CONFIG_SERIO) += input/serio/ |
74 | obj-$(CONFIG_GAMEPORT) += input/gameport/ | 72 | obj-$(CONFIG_GAMEPORT) += input/gameport/ |
75 | obj-$(CONFIG_INPUT) += input/ | 73 | obj-$(CONFIG_INPUT) += input/ |