Merge branch 'next/drivers' into HEAD
[deliverable/linux.git] / drivers / usb / storage / Makefile
index 82e6416a2d47a4686126d79d9add9b146e170e66..4cd55481b309197f73b8aa34dae0d60e6bd35382 100644 (file)
@@ -12,16 +12,9 @@ obj-$(CONFIG_USB_STORAGE)    += usb-storage.o
 
 usb-storage-y := scsiglue.o protocol.o transport.o usb.o
 usb-storage-y += initializers.o sierra_ms.o option_ms.o
-
+usb-storage-y += usual-tables.o
 usb-storage-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
 
-ifeq ($(CONFIG_USB_LIBUSUAL),)
-       usb-storage-y           += usual-tables.o
-else
-       obj-$(CONFIG_USB)       += usb-libusual.o
-       usb-libusual-y          := libusual.o usual-tables.o
-endif
-
 obj-$(CONFIG_USB_STORAGE_ALAUDA)       += ums-alauda.o
 obj-$(CONFIG_USB_STORAGE_CYPRESS_ATACB) += ums-cypress.o
 obj-$(CONFIG_USB_STORAGE_DATAFAB)      += ums-datafab.o
This page took 0.026676 seconds and 5 git commands to generate.