--- zzzz-none-000/linux-3.10.107/drivers/usb/host/Makefile 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/drivers/usb/host/Makefile 2021-11-10 11:53:55.000000000 +0000 @@ -2,6 +2,12 @@ # Makefile for USB Host Controller Drivers # +# +# Some part of this file is modified by Ikanos Communications. +# +# Copyright (C) 2013-2014 Ikanos Communications. +# + ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG isp1760-y := isp1760-hcd.o isp1760-if.o @@ -13,11 +19,16 @@ xhci-hcd-y := xhci.o xhci-mem.o xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o +xhci-hcd-$(CONFIG_VR9) += xhci-fwdload.o xhci-hcd-$(CONFIG_PCI) += xhci-pci.o ifneq ($(CONFIG_USB_XHCI_PLATFORM), ) +ifneq ($(CONFIG_FUSIV_VX585), ) + xhci-hcd-y += xhci-ikf75xx.o +else xhci-hcd-y += xhci-plat.o endif +endif obj-$(CONFIG_USB_WHCI_HCD) += whci/