diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-01-20 17:55:57 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 10:39:16 -0500 |
| commit | 4b1a577d41c99f2aa548e8de3effe1033d9ca40b (patch) | |
| tree | 181b85235f810e6e31f45a45c2316885ba96e534 /drivers/usb/host/Makefile | |
| parent | e19c99e7592e06b6fdf558aa8877b671f8cf0329 (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/Makefile | 2 |
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 |
| 6 | CFLAGS_xhci-trace.o := -I$(src) | 6 | CFLAGS_xhci-trace.o := -I$(src) |
| 7 | 7 | ||
| 8 | isp1760-y := isp1760-hcd.o isp1760-if.o | 8 | isp1760-y := isp1760-core.o isp1760-hcd.o isp1760-if.o |
| 9 | 9 | ||
| 10 | fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o | 10 | fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o |
| 11 | fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o | 11 | fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o |
