summaryrefslogtreecommitdiffstats
path: root/drivers/usb/common/Makefile
diff options
context:
space:
mode:
authorSriram Dash <sriram.dash@nxp.com>2016-06-13 09:58:34 +0530
committerMarek Vasut <marex@denx.de>2016-06-13 15:16:38 +0200
commit92623672f9d3f1b4ea12ae1e2bcc0ad9fde5d2cb (patch)
tree2cc9d70c207eb4618c968f46d23b51a700bc1216 /drivers/usb/common/Makefile
parentbf655775f5f97122605c96c0ecd41158c1147785 (diff)
downloadtalos-obmc-uboot-92623672f9d3f1b4ea12ae1e2bcc0ad9fde5d2cb.tar.gz
talos-obmc-uboot-92623672f9d3f1b4ea12ae1e2bcc0ad9fde5d2cb.zip
fsl: usb: make errata function common for PPC and ARM
This patch does the following things: 1. Makes the errata checking code common for PPC and ARM 2. Moves all these static inline functions into a dedicated C file Signed-off-by: Sriram Dash <sriram.dash@nxp.com> Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Diffstat (limited to 'drivers/usb/common/Makefile')
-rw-r--r--drivers/usb/common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/common/Makefile b/drivers/usb/common/Makefile
index 2f46d38d2b..aee7e32e59 100644
--- a/drivers/usb/common/Makefile
+++ b/drivers/usb/common/Makefile
@@ -4,5 +4,5 @@
#
obj-$(CONFIG_DM_USB) += common.o
-obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o
-obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o
+obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
+obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
OpenPOWER on IntegriCloud