diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-03 12:46:58 +0200 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2009-04-06 20:40:46 +0200 |
commit | 2731b9a86685190d26b1883f27afda5ac8e1a313 (patch) | |
tree | 83511c3f504e62eb3ac129f3332d2bcaf25d6e32 /Makefile | |
parent | 712ac6a1a6909a58d6549fb220cc921a7e9f9979 (diff) | |
download | u-boot-imx-2731b9a86685190d26b1883f27afda5ac8e1a313.zip u-boot-imx-2731b9a86685190d26b1883f27afda5ac8e1a313.tar.gz u-boot-imx-2731b9a86685190d26b1883f27afda5ac8e1a313.tar.bz2 |
drivers/usb: regorganisation
move to linux usb driver organisation
as following
drivers/usb/gadget
drivers/usb/host
drivers/usb/musb
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -263,7 +263,9 @@ endif LIBS += drivers/rtc/librtc.a LIBS += drivers/serial/libserial.a LIBS += drivers/twserial/libtws.a -LIBS += drivers/usb/libusb.a +LIBS += drivers/usb/gadget/libusb_gadget.a +LIBS += drivers/usb/host/libusb_host.a +LIBS += drivers/usb/musb/libusb_musb.a LIBS += drivers/video/libvideo.a LIBS += drivers/watchdog/libwatchdog.a LIBS += common/libcommon.a |