summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Makefile
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2013-10-11 12:28:16 -0500
committerMarek Vasut <marex@denx.de>2013-10-20 23:42:41 +0200
commitba55453ccf6d82c46b9f3eef5b958aac58adb6fb (patch)
tree679597b35f1e1bf5cf55ff0bbb61f941e78e56dc /drivers/usb/phy/Makefile
parentb2168211893013925b2d1975276cc9442bae83cb (diff)
downloadtalos-obmc-uboot-ba55453ccf6d82c46b9f3eef5b958aac58adb6fb.tar.gz
talos-obmc-uboot-ba55453ccf6d82c46b9f3eef5b958aac58adb6fb.zip
usb: omap: Move the usb phy code to the usb/phy directory
Moving the usb/phy code from xhci-omap to the usb/phy directory and moving the associated phy code over to the new file. Newer TI processors adding xHCI support will have different PHY configurations so therefore abstracting this code away will prevent messing around with the xhci-omap file itself. Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'drivers/usb/phy/Makefile')
-rw-r--r--drivers/usb/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile
index f93121a3aa..5beec7854c 100644
--- a/drivers/usb/phy/Makefile
+++ b/drivers/usb/phy/Makefile
@@ -10,6 +10,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libusb_phy.o
COBJS-$(CONFIG_TWL4030_USB) += twl4030.o
+COBJS-$(CONFIG_OMAP_USB_PHY) += omap_usb_phy.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud