summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2009-10-31 12:37:40 -0500
committerRemy Bohmer <linux@bohmer.net>2009-12-20 12:47:37 +0100
commitbffbb2a86d2a3aa28bd8f9869aa553082fb5af5f (patch)
treeb6b7a6258334622ad6bfb8c3e2c090ad9d63b736 /Makefile
parent988365a2048356f94ed0c294009233317c9fb4b2 (diff)
downloadblackbird-obmc-uboot-bffbb2a86d2a3aa28bd8f9869aa553082fb5af5f.tar.gz
blackbird-obmc-uboot-bffbb2a86d2a3aa28bd8f9869aa553082fb5af5f.zip
TWL4030 Add usb PHY support
The twl4030 provides a PHY device for connecting a link device, like musb, to physical connection. This change adds the twl4030 usb registers and functions for initializing the PHY as required by omap3. Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 536ccb3e32..b3ab8b3c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -243,6 +243,7 @@ LIBS += drivers/twserial/libtws.a
LIBS += drivers/usb/gadget/libusb_gadget.a
LIBS += drivers/usb/host/libusb_host.a
LIBS += drivers/usb/musb/libusb_musb.a
+LIBS += drivers/usb/phy/libusb_phy.a
LIBS += drivers/video/libvideo.a
LIBS += drivers/watchdog/libwatchdog.a
LIBS += common/libcommon.a
OpenPOWER on IntegriCloud