From d8a4a9a7ea9bd8e7e28e53d5ea7ae111e632a75e Mon Sep 17 00:00:00 2001 From: Alan Stern Date: Thu, 9 Apr 2009 14:59:44 -0400 Subject: [PATCH] --- yaml --- r: 143608 b: refs/heads/master c: dfc15e8955338fedf5c5d15622c4042c1e4ee332 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/storage/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2f8633555ec7..8097ecf06055 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f4c1a8379a6d1ba39ac7b87f75d1352ef05cffff +refs/heads/master: dfc15e8955338fedf5c5d15622c4042c1e4ee332 diff --git a/trunk/drivers/usb/storage/Makefile b/trunk/drivers/usb/storage/Makefile index 5be54c019662..ef7e5a8ceab5 100644 --- a/trunk/drivers/usb/storage/Makefile +++ b/trunk/drivers/usb/storage/Makefile @@ -17,7 +17,8 @@ usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \ ifeq ($(CONFIG_USB_LIBUSUAL),) usb-storage-objs += usual-tables.o else - obj-$(CONFIG_USB) += libusual.o usual-tables.o + obj-$(CONFIG_USB) += usb-libusual.o + usb-libusual-objs := libusual.o usual-tables.o endif obj-$(CONFIG_USB_STORAGE_ALAUDA) += ums-alauda.o