patch-2.4.0-test6 linux/drivers/usb/storage/Makefile

Next file: linux/drivers/usb/storage/protocol.c
Previous file: linux/drivers/usb/serial/whiteheat.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/drivers/usb/storage/Makefile linux/drivers/usb/storage/Makefile
@@ -5,25 +5,25 @@
 O_TARGET	:= usb-storage.o
 M_OBJS		:= usb-storage.o
 O_OBJS		:= scsiglue.o protocol.o transport.o usb.o 
-MOD_LIST_NAME	:= USB_STORAGE_MODULES
 
 CFLAGS_scsiglue.o:= -I../../scsi/
 CFLAGS_protocol.o:= -I../../scsi/
 CFLAGS_transport.o:= -I../../scsi/
 CFLAGS_debug.o:= -I../../scsi/
 CFLAGS_usb.o:= -I../../scsi/
-CFLAGS_scm.o:= -I../../scsi/
+CFLAGS_shuttle_usbat.o:= -I../../scsi/
+CFLAGS_sddr09.o:= -I../../scsi/
 
 ifeq ($(CONFIG_USB_STORAGE_DEBUG),y)
 	O_OBJS += debug.o
 endif
 
 ifeq ($(CONFIG_USB_STORAGE_HP8200e),y)
-	O_OBJS += scm.o
+	O_OBJS += shuttle_usbat.o
 endif
 
 ifeq ($(CONFIG_USB_STORAGE_SDDR09),y)
-	O_OBJS += scm.o
+	O_OBJS += sddr09.o
 endif
 
 ifeq ($(CONFIG_USB_STORAGE_FREECOM),y)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)