summaryrefslogtreecommitdiffstats
path: root/drivers/usb/common/Makefile
diff options
context:
space:
mode:
authorSriram Dash <sriram.dash@nxp.com>2016-04-05 14:41:19 +0530
committerMarek Vasut <marex@denx.de>2016-04-10 17:18:42 +0200
commit93eb8f39d27074846b04d8b889fd1b02d7489e8d (patch)
tree0e863e04fd46c981b942a01cd804f155f1217434 /drivers/usb/common/Makefile
parent9a80e714350a959caadfd6e2405cd1f7e8ea86d3 (diff)
downloadblackbird-obmc-uboot-93eb8f39d27074846b04d8b889fd1b02d7489e8d.tar.gz
blackbird-obmc-uboot-93eb8f39d27074846b04d8b889fd1b02d7489e8d.zip
drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file
Move usb device-tree fixup framework from ehci-fsl.c to common place so that it can be used by other drivers as well (xhci-fsl.c). Signed-off-by: Ramneek Mehresh <ramneek.mehresh@nxp.com> Signed-off-by: Sriram Dash <sriram.dash@nxp.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/common/Makefile')
-rw-r--r--drivers/usb/common/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/common/Makefile b/drivers/usb/common/Makefile
new file mode 100644
index 0000000000..a38ee4a433
--- /dev/null
+++ b/drivers/usb/common/Makefile
@@ -0,0 +1,6 @@
+# (C) Copyright 2016 Freescale Semiconductor, Inc.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o
OpenPOWER on IntegriCloud