diff options
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 5 |
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 | ||
5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG | 5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG |
6 | 6 | ||
7 | # tell define_trace.h where to find the xhci trace header | ||
8 | CFLAGS_xhci-trace.o := -I$(src) | ||
9 | |||
7 | isp1760-y := isp1760-hcd.o isp1760-if.o | 10 | isp1760-y := isp1760-hcd.o isp1760-if.o |
8 | 11 | ||
9 | fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o | 12 | fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o |
@@ -13,6 +16,7 @@ fhci-$(CONFIG_FHCI_DEBUG) += fhci-dbg.o | |||
13 | 16 | ||
14 | xhci-hcd-y := xhci.o xhci-mem.o | 17 | xhci-hcd-y := xhci.o xhci-mem.o |
15 | xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o | 18 | xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o |
19 | xhci-hcd-y += xhci-trace.o | ||
16 | xhci-hcd-$(CONFIG_PCI) += xhci-pci.o | 20 | xhci-hcd-$(CONFIG_PCI) += xhci-pci.o |
17 | 21 | ||
18 | ifneq ($(CONFIG_USB_XHCI_PLATFORM), ) | 22 | ifneq ($(CONFIG_USB_XHCI_PLATFORM), ) |
@@ -58,3 +62,4 @@ obj-$(CONFIG_USB_OCTEON2_COMMON) += octeon2-common.o | |||
58 | obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o | 62 | obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o |
59 | obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o | 63 | obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o |
60 | obj-$(CONFIG_USB_FUSBH200_HCD) += fusbh200-hcd.o | 64 | obj-$(CONFIG_USB_FUSBH200_HCD) += fusbh200-hcd.o |
65 | obj-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o | ||