summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2007-11-24 19:40:11 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2007-11-25 23:27:38 +0100
commite4558666293364fc3af1c1d9381ca933fa0f1275 (patch)
tree7cbf30eb3cf881e2909243468f3dd6f62038f262 /Makefile
parent1378df792a7ff3abd1bf54a63f5475784f5b083c (diff)
downloadtalos-obmc-uboot-e4558666293364fc3af1c1d9381ca933fa0f1275.tar.gz
talos-obmc-uboot-e4558666293364fc3af1c1d9381ca933fa0f1275.zip
drivers/usb : move usb drivers to drivers/usb
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e68454a7bf..24a351d61a 100644
--- a/Makefile
+++ b/Makefile
@@ -225,6 +225,7 @@ ifeq ($(CPU),mpc85xx)
LIBS += drivers/qe/qe.a
endif
LIBS += drivers/serial/libserial.a
+LIBS += drivers/usb/libusb.a
LIBS += post/libpost.a post/drivers/libpostdrivers.a
LIBS += $(shell if [ -d post/lib_$(ARCH) ]; then echo \
"post/lib_$(ARCH)/libpost$(ARCH).a"; fi)
OpenPOWER on IntegriCloud