aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-01-20 17:55:57 -0500
committerFelipe Balbi <balbi@ti.com>2015-01-27 10:39:16 -0500
commit4b1a577d41c99f2aa548e8de3effe1033d9ca40b (patch)
tree181b85235f810e6e31f45a45c2316885ba96e534 /drivers/usb/host/Makefile
parente19c99e7592e06b6fdf558aa8877b671f8cf0329 (diff)
usb: isp1760: Move core code to isp1760-core.c
Move core device initialization to a central location in order to share it with the device mode implementation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index d6216a493bab..4dea9b164210 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -5,7 +5,7 @@
5# tell define_trace.h where to find the xhci trace header 5# tell define_trace.h where to find the xhci trace header
6CFLAGS_xhci-trace.o := -I$(src) 6CFLAGS_xhci-trace.o := -I$(src)
7 7
8isp1760-y := isp1760-hcd.o isp1760-if.o 8isp1760-y := isp1760-core.o isp1760-hcd.o isp1760-if.o
9 9
10fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o 10fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o
11fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o 11fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o