usb-serial: fix usb_serial_register bug when boot with nousb param
[deliverable/linux.git] / drivers / usb / storage / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the USB Mass Storage device drivers.
3#
4# 15 Aug 2000, Christoph Hellwig <hch@infradead.org>
5# Rewritten to use lists instead of if-statements.
6#
7
8EXTRA_CFLAGS := -Idrivers/scsi
9
10obj-$(CONFIG_USB_STORAGE) += usb-storage.o
11
12usb-storage-obj-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
13usb-storage-obj-$(CONFIG_USB_STORAGE_USBAT) += shuttle_usbat.o
14usb-storage-obj-$(CONFIG_USB_STORAGE_SDDR09) += sddr09.o
15usb-storage-obj-$(CONFIG_USB_STORAGE_SDDR55) += sddr55.o
16usb-storage-obj-$(CONFIG_USB_STORAGE_FREECOM) += freecom.o
1da177e4
LT
17usb-storage-obj-$(CONFIG_USB_STORAGE_ISD200) += isd200.o
18usb-storage-obj-$(CONFIG_USB_STORAGE_DATAFAB) += datafab.o
19usb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += jumpshot.o
e80b0fad 20usb-storage-obj-$(CONFIG_USB_STORAGE_ALAUDA) += alauda.o
34008dbf 21usb-storage-obj-$(CONFIG_USB_STORAGE_ONETOUCH) += onetouch.o
dfe0d3ba 22usb-storage-obj-$(CONFIG_USB_STORAGE_KARMA) += karma.o
d277064e 23usb-storage-obj-$(CONFIG_USB_STORAGE_CYPRESS_ATACB) += cypress_atacb.o
1da177e4
LT
24
25usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \
281b064f 26 initializers.o sierra_ms.o option_ms.o $(usb-storage-obj-y)
a00828e9
PZ
27
28ifneq ($(CONFIG_USB_LIBUSUAL),)
29 obj-$(CONFIG_USB) += libusual.o
30endif
This page took 0.413912 seconds and 5 git commands to generate.