aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/shost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/shost/Makefile')
-rw-r--r--drivers/usb/host/shost/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/host/shost/Makefile b/drivers/usb/host/shost/Makefile
new file mode 100644
index 0000000..c891a18
--- /dev/null
+++ b/drivers/usb/host/shost/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for USB OTG Host Controller Drivers
+#
+
+obj-$(CONFIG_USB_S3C_OTG_HOST) += shost_hcd.o
+
+shost_hcd-objs += shost_driver.o
+shost_hcd-objs += shost_scheduler.o
+shost_hcd-objs += shost_transferchecker.o