summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/storage/Makefile')
-rw-r--r--drivers/usb/storage/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/usb/storage/Makefile b/drivers/usb/storage/Makefile
index 7ede92c88..aaf1072db 100644
--- a/drivers/usb/storage/Makefile
+++ b/drivers/usb/storage/Makefile
@@ -4,7 +4,7 @@
O_TARGET := usb-storage.o
M_OBJS := usb-storage.o
-O_OBJS := scsiglue.o protocol.o transport.o debug.o usb.o
+O_OBJS := scsiglue.o protocol.o transport.o usb.o
MOD_LIST_NAME := USB_STORAGE_MODULES
CFLAGS_scsiglue.o:= -I../../scsi/
@@ -22,6 +22,10 @@ ifeq ($(CONFIG_USB_STORAGE_HP8200e),y)
O_OBJS += scm.o
endif
+ifeq ($(CONFIG_USB_STORAGE_SDDR09),y)
+ O_OBJS += scm.o
+endif
+
ifeq ($(CONFIG_USB_STORAGE_FREECOM),y)
O_OBJS += freecom.o
endif