diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2007-11-24 19:40:11 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2007-11-25 23:27:38 +0100 |
commit | e4558666293364fc3af1c1d9381ca933fa0f1275 (patch) | |
tree | 7cbf30eb3cf881e2909243468f3dd6f62038f262 /Makefile | |
parent | 1378df792a7ff3abd1bf54a63f5475784f5b083c (diff) | |
download | u-boot-imx-e4558666293364fc3af1c1d9381ca933fa0f1275.zip u-boot-imx-e4558666293364fc3af1c1d9381ca933fa0f1275.tar.gz u-boot-imx-e4558666293364fc3af1c1d9381ca933fa0f1275.tar.bz2 |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |