patch-2.4.0-prerelease linux/drivers/usb/storage/Makefile
Next file: linux/drivers/usb/storage/scsiglue.c
Previous file: linux/drivers/usb/serial/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/drivers/usb/storage/Makefile
- Orig date:
Sun Oct 8 10:50:30 2000
diff -u --recursive --new-file v2.4.0-test12/linux/drivers/usb/storage/Makefile linux/drivers/usb/storage/Makefile
@@ -23,21 +23,6 @@
usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \
initializers.o $(usb-storage-obj-y)
-# Extract lists of the multi-part drivers.
-# The 'int-*' lists are the intermediate files used to build the multi's.
-multi-y := $(filter $(list-multi), $(obj-y))
-multi-m := $(filter $(list-multi), $(obj-m))
-int-y := $(sort $(foreach m, $(multi-y), $($(basename $(m))-objs)))
-int-m := $(sort $(foreach m, $(multi-m), $($(basename $(m))-objs)))
-
-# Take multi-part drivers out of obj-y and put components in.
-obj-y := $(filter-out $(list-multi), $(obj-y)) $(int-y)
-
-# Translate to Rules.make lists.
-O_OBJS := $(obj-y)
-M_OBJS := $(obj-m)
-MI_OBJS := $(int-m)
-
include $(TOPDIR)/Rules.make
usb-storage.o: $(usb-storage-objs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)