summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-24 21:12:36 -0400
committerRemy Bohmer <linux@bohmer.net>2011-06-25 09:53:10 +0200
commit181f565c2d78bd33483aff6fd71105e947c16baa (patch)
tree04f91adb5f88c03b1469a7dbf28964e207265c7d /Makefile
parentae46d2a952b9f061b8b2b6c9e03b18274b48a30e (diff)
downloadblackbird-obmc-uboot-181f565c2d78bd33483aff6fd71105e947c16baa.tar.gz
blackbird-obmc-uboot-181f565c2d78bd33483aff6fd71105e947c16baa.zip
usb: convert to partial linking
Looks like this was missed during the conversion to partial linking. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bb54948d0..e7654539b1 100644
--- a/Makefile
+++ b/Makefile
@@ -266,7 +266,7 @@ endif
LIBS += drivers/rtc/librtc.o
LIBS += drivers/serial/libserial.o
LIBS += drivers/twserial/libtws.o
-LIBS += drivers/usb/eth/libusb_eth.a
+LIBS += drivers/usb/eth/libusb_eth.o
LIBS += drivers/usb/gadget/libusb_gadget.o
LIBS += drivers/usb/host/libusb_host.o
LIBS += drivers/usb/musb/libusb_musb.o
OpenPOWER on IntegriCloud