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>
This commit is contained in:

committed by
Greg Kroah-Hartman

orang tua
75d87cdf3c
melakukan
0a2b8a0d11
@@ -6,10 +6,10 @@
|
||||
|
||||
obj-$(CONFIG_USB_SERIAL) += usbserial.o
|
||||
|
||||
usbserial-obj-$(CONFIG_USB_SERIAL_CONSOLE) += console.o
|
||||
usbserial-obj-$(CONFIG_USB_EZUSB) += ezusb.o
|
||||
usbserial-y := usb-serial.o generic.o bus.o
|
||||
|
||||
usbserial-objs := usb-serial.o generic.o bus.o $(usbserial-obj-y)
|
||||
usbserial-$(CONFIG_USB_SERIAL_CONSOLE) += console.o
|
||||
usbserial-$(CONFIG_USB_EZUSB) += ezusb.o
|
||||
|
||||
obj-$(CONFIG_USB_SERIAL_AIRCABLE) += aircable.o
|
||||
obj-$(CONFIG_USB_SERIAL_ARK3116) += ark3116.o
|
||||
@@ -59,6 +59,5 @@ obj-$(CONFIG_USB_SERIAL_TI) += ti_usb_3410_5052.o
|
||||
obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o
|
||||
obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
|
||||
obj-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda.o
|
||||
obj-$(CONFIG_USB_SERIAL_VIVOPAY_SERIAL) += vivopay-serial.o
|
||||
obj-$(CONFIG_USB_SERIAL_VIVOPAY_SERIAL) += vivopay-serial.o
|
||||
obj-$(CONFIG_USB_SERIAL_ZIO) += zio.o
|
||||
|
||||
|
Reference in New Issue
Block a user