summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25ef3c18da..ea7fd000ad 100644
--- a/Makefile
+++ b/Makefile
@@ -648,6 +648,7 @@ libs-$(CONFIG_SYS_FSL_DDR) += drivers/ddr/fsl/
libs-$(CONFIG_ALTERA_SDRAM) += drivers/ddr/altera/
libs-y += drivers/serial/
libs-y += drivers/usb/dwc3/
+libs-y += drivers/usb/common/
libs-y += drivers/usb/emul/
libs-y += drivers/usb/eth/
libs-y += drivers/usb/gadget/
OpenPOWER on IntegriCloud