diff mbox

[U-Boot,RFC,4/4] Makefile: Add the libdwc3 to the main Makefile

Message ID 1371839265-9894-5-git-send-email-dmurphy@ti.com
State RFC
Delegated to: Marek Vasut
Headers show

Commit Message

Dan Murphy June 21, 2013, 6:27 p.m. UTC
Add the libdwc3 to the Makefile so that drivers/usb/dwc3 is included
in the build

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index ef154aa..e0a15cf 100644
--- a/Makefile
+++ b/Makefile
@@ -327,6 +327,7 @@  LIBS-y += drivers/usb/gadget/libusb_gadget.o
 LIBS-y += drivers/usb/host/libusb_host.o
 LIBS-y += drivers/usb/musb/libusb_musb.o
 LIBS-y += drivers/usb/musb-new/libusb_musb-new.o
+LIBS-y += drivers/usb/dwc3/libusb_dwc3.o
 LIBS-y += drivers/usb/phy/libusb_phy.o
 LIBS-y += drivers/usb/ulpi/libusb_ulpi.o
 LIBS-y += drivers/video/libvideo.o