commit | 780133c8c26407dcf0e0c02b8c3a445757ae53fc | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sat Nov 24 19:40:11 2007 +0100 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sun Nov 25 23:27:38 2007 +0100 |
tree | 7cbf30eb3cf881e2909243468f3dd6f62038f262 | |
parent | 126e782881f44d7996b4f1feff1dde2fa03ed434 [diff] [blame] |
drivers/usb : move usb drivers to drivers/usb Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/Makefile b/Makefile index e68454a..24a351d 100644 --- a/Makefile +++ b/Makefile
@@ -225,6 +225,7 @@ 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)