aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index bea71127b15f..50b0041c09a9 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -4,6 +4,9 @@
4 4
5ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG 5ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
6 6
7# tell define_trace.h where to find the xhci trace header
8CFLAGS_xhci-trace.o := -I$(src)
9
7isp1760-y := isp1760-hcd.o isp1760-if.o 10isp1760-y := isp1760-hcd.o isp1760-if.o
8 11
9fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o 12fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o
@@ -13,6 +16,7 @@ fhci-$(CONFIG_FHCI_DEBUG) += fhci-dbg.o
13 16
14xhci-hcd-y := xhci.o xhci-mem.o 17xhci-hcd-y := xhci.o xhci-mem.o
15xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o 18xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o
19xhci-hcd-y += xhci-trace.o
16xhci-hcd-$(CONFIG_PCI) += xhci-pci.o 20xhci-hcd-$(CONFIG_PCI) += xhci-pci.o
17 21
18ifneq ($(CONFIG_USB_XHCI_PLATFORM), ) 22ifneq ($(CONFIG_USB_XHCI_PLATFORM), )
@@ -58,3 +62,4 @@ obj-$(CONFIG_USB_OCTEON2_COMMON) += octeon2-common.o
58obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o 62obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o
59obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o 63obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o
60obj-$(CONFIG_USB_FUSBH200_HCD) += fusbh200-hcd.o 64obj-$(CONFIG_USB_FUSBH200_HCD) += fusbh200-hcd.o
65obj-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o