usb: makefile cleanup
authormatt mooney <mfm@muteddisk.com>
Thu, 7 Oct 2010 02:03:26 +0000 (19:03 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:22:07 +0000 (10:22 -0700)
commit0a2b8a0d1101179fdebc974a7c72b514aede9d9d
tree148dce87f8a233184ba3f8b75853d3584510af49
parent75d87cdf3cefd2744fabd3f2a558c49cdf36238b
usb: makefile cleanup

For all modules, change <module>-objs to <module>-y; remove
if-statements and replace with lists using the kbuild idiom; move
flags to the top of the file; and fix alignment while trying to
maintain the original scheme in each file.

None of the dependencies are modified.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15 files changed:
drivers/usb/atm/Makefile
drivers/usb/c67x00/Makefile
drivers/usb/core/Makefile
drivers/usb/early/Makefile
drivers/usb/gadget/Makefile
drivers/usb/host/Makefile
drivers/usb/host/whci/Kbuild
drivers/usb/misc/Makefile
drivers/usb/misc/sisusbvga/Makefile
drivers/usb/mon/Makefile
drivers/usb/musb/Makefile
drivers/usb/otg/Makefile
drivers/usb/serial/Makefile
drivers/usb/storage/Makefile
drivers/usb/wusbcore/Makefile
This page took 0.038608 seconds and 5 git commands to generate.