aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Makefile
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-02-12 14:47:54 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:34 -0400
commit32d5493eb83a217c3b1eba4b98cd6d19864f71a8 (patch)
tree13f1ee0b36639b15932602000971531fbeba06d0 /drivers/usb/storage/Makefile
parent0ff71883b2d60136430458413c135d545c69b0c4 (diff)
usb-storage: make isd200 a separate module
This patch (as1208) converts usb-storage's isd200 subdriver into a separate module. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/Makefile')
-rw-r--r--drivers/usb/storage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/storage/Makefile b/drivers/usb/storage/Makefile
index a52740a95602..b47f94e59fdc 100644
--- a/drivers/usb/storage/Makefile
+++ b/drivers/usb/storage/Makefile
@@ -13,7 +13,6 @@ usb-storage-obj-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
13usb-storage-obj-$(CONFIG_USB_STORAGE_USBAT) += shuttle_usbat.o 13usb-storage-obj-$(CONFIG_USB_STORAGE_USBAT) += shuttle_usbat.o
14usb-storage-obj-$(CONFIG_USB_STORAGE_SDDR55) += sddr55.o 14usb-storage-obj-$(CONFIG_USB_STORAGE_SDDR55) += sddr55.o
15usb-storage-obj-$(CONFIG_USB_STORAGE_FREECOM) += freecom.o 15usb-storage-obj-$(CONFIG_USB_STORAGE_FREECOM) += freecom.o
16usb-storage-obj-$(CONFIG_USB_STORAGE_ISD200) += isd200.o
17usb-storage-obj-$(CONFIG_USB_STORAGE_DATAFAB) += datafab.o 16usb-storage-obj-$(CONFIG_USB_STORAGE_DATAFAB) += datafab.o
18usb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += jumpshot.o 17usb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += jumpshot.o
19usb-storage-obj-$(CONFIG_USB_STORAGE_ALAUDA) += alauda.o 18usb-storage-obj-$(CONFIG_USB_STORAGE_ALAUDA) += alauda.o
@@ -30,6 +29,8 @@ else
30 obj-$(CONFIG_USB) += libusual.o usual-tables.o 29 obj-$(CONFIG_USB) += libusual.o usual-tables.o
31endif 30endif
32 31
32obj-$(CONFIG_USB_STORAGE_ISD200) += ums-isd200.o
33obj-$(CONFIG_USB_STORAGE_SDDR09) += ums-sddr09.o 33obj-$(CONFIG_USB_STORAGE_SDDR09) += ums-sddr09.o
34 34
35ums-isd200-objs := isd200.o
35ums-sddr09-objs := sddr09.o 36ums-sddr09-objs := sddr09.o