From f93022c3b11f191141c9128ee88d297cec3b9330 Mon Sep 17 00:00:00 2001 From: Jana Rapava Date: Mon, 5 Dec 2011 11:07:00 +0200 Subject: USB: Add generic ULPI layer and a viewport Add partial ULPI specification implementation that should be enough to interface the ULPI PHYs in the boot loader context. Add a viewport implementation for Chipidea/ARC based controllers. Signed-off-by: Jana Rapava Signed-off-by: Igor Grinberg Cc: Remy Bohmer Cc: Stefano Babic Cc: Wolfgang Grandegger Cc: Simon Glass --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29e3dbb24e..bf8524d105 100644 --- a/Makefile +++ b/Makefile @@ -286,6 +286,7 @@ LIBS += drivers/usb/gadget/libusb_gadget.o LIBS += drivers/usb/host/libusb_host.o LIBS += drivers/usb/musb/libusb_musb.o LIBS += drivers/usb/phy/libusb_phy.o +LIBS += drivers/usb/ulpi/libusb_ulpi.o LIBS += drivers/video/libvideo.o LIBS += drivers/watchdog/libwatchdog.o LIBS += common/libcommon.o -- cgit v1.2.1