aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Makefile
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-02-12 14:48:04 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:34 -0400
commitfcdb51401f7f695b7fb782721b2e33372c5a06ce (patch)
tree8072a6b8a09a52f106bddd29bc9a41069009d966 /drivers/usb/storage/Makefile
parent70fcc0050733a7cd1b452cfa3de3a9b376412565 (diff)
usb-storage: make cypress_atacb a separate module
This patch (as1210) converts usb-storage's cypress_atacb 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 5fb7847e41a..0650f022e56 100644
--- a/drivers/usb/storage/Makefile
+++ b/drivers/usb/storage/Makefile
@@ -17,7 +17,6 @@ usb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += jumpshot.o
17usb-storage-obj-$(CONFIG_USB_STORAGE_ALAUDA) += alauda.o 17usb-storage-obj-$(CONFIG_USB_STORAGE_ALAUDA) += alauda.o
18usb-storage-obj-$(CONFIG_USB_STORAGE_ONETOUCH) += onetouch.o 18usb-storage-obj-$(CONFIG_USB_STORAGE_ONETOUCH) += onetouch.o
19usb-storage-obj-$(CONFIG_USB_STORAGE_KARMA) += karma.o 19usb-storage-obj-$(CONFIG_USB_STORAGE_KARMA) += karma.o
20usb-storage-obj-$(CONFIG_USB_STORAGE_CYPRESS_ATACB) += cypress_atacb.o
21 20
22usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \ 21usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \
23 initializers.o sierra_ms.o option_ms.o $(usb-storage-obj-y) 22 initializers.o sierra_ms.o option_ms.o $(usb-storage-obj-y)
@@ -28,10 +27,12 @@ else
28 obj-$(CONFIG_USB) += libusual.o usual-tables.o 27 obj-$(CONFIG_USB) += libusual.o usual-tables.o
29endif 28endif
30 29
30obj-$(CONFIG_USB_STORAGE_CYPRESS_ATACB) += ums-cypress.o
31obj-$(CONFIG_USB_STORAGE_ISD200) += ums-isd200.o 31obj-$(CONFIG_USB_STORAGE_ISD200) += ums-isd200.o
32obj-$(CONFIG_USB_STORAGE_SDDR09) += ums-sddr09.o 32obj-$(CONFIG_USB_STORAGE_SDDR09) += ums-sddr09.o
33obj-$(CONFIG_USB_STORAGE_SDDR55) += ums-sddr55.o 33obj-$(CONFIG_USB_STORAGE_SDDR55) += ums-sddr55.o
34 34
35ums-cypress-objs := cypress_atacb.o
35ums-isd200-objs := isd200.o 36ums-isd200-objs := isd200.o
36ums-sddr09-objs := sddr09.o 37ums-sddr09-objs := sddr09.o
37ums-sddr55-objs := sddr55.o 38ums-sddr55-objs := sddr55.o