summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:37 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:37 +0200
commitbd77fd31d86e33e8804bf7be40e9c8d2e0d3e279 (patch)
tree912974d39cd603a61fca8ebf800a56dd804aa45b /drivers/usb/Makefile
parent3f55f3e108653edae31fc9d01d50a55020129402 (diff)
downloadbarebox-bd77fd31d86e33e8804bf7be40e9c8d2e0d3e279.tar.gz
barebox-bd77fd31d86e33e8804bf7be40e9c8d2e0d3e279.tar.xz
svn_rev_253
make it compile
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
new file mode 100644
index 0000000000..8c224d67a7
--- /dev/null
+++ b/drivers/usb/Makefile
@@ -0,0 +1,5 @@
+obj-$(CONFIG_USB_HOST) += host/
+#obj-$(CONFIG_USB_DEVICE) += device/
+obj-$(CONFIG_DRIVER_USB_MASS_STORAGE) += usb_storage.o
+obj-$(CONFIG_USB_HOST) += cmd_usb.o
+obj-$(CONFIG_USB_HOST) += usb.o