summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorRosen Kolev <rosen.kolev@amk-drives.bg>2011-09-21 18:45:49 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-23 08:53:22 +0200
commit637b3aa727b5b4710b753563ccc3ee8128d0a71b (patch)
tree19f894784fca2bb46ae608b89eccb547cc233769 /drivers/usb/Makefile
parent108b029b68c41f1d3ffada83c6c494e7f75e660e (diff)
downloadbarebox-637b3aa727b5b4710b753563ccc3ee8128d0a71b.tar.gz
barebox-637b3aa727b5b4710b753563ccc3ee8128d0a71b.tar.xz
USB mass storage device driver initial implementation
Implemented an initial version of USB mass storage device driver, supporting USB mass storage devices with SCSI interface and BBB protocol. It implements the ATA interface and registers diskovered LUNs with the disk driver.
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index e6f683bb29..be4b371413 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_USB) += core/
obj-$(CONFIG_USB_GADGET) += gadget/
+obj-$(CONFIG_USB_STORAGE) += storage/
obj-y += host/
obj-y += otg/