With this directory removed, remove the reference to it in the list of directories to traverse.
Signed-off-by: Tom Rini <[email protected]> --- Cc: Peter Robinson <[email protected]> Cc: Marek Vasut <[email protected]> Marek, can you perhaps please fold this in to Peter's 3/3 on musb removals? Thanks. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0dc7da6ddac7..1697e95c0a06 100644 --- a/Makefile +++ b/Makefile @@ -1040,7 +1040,6 @@ libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/ libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/udc/ libs-y += drivers/usb/host/ libs-y += drivers/usb/mtu3/ -libs-y += drivers/usb/musb/ libs-y += drivers/usb/musb-new/ libs-y += drivers/usb/isp1760/ libs-y += drivers/usb/phy/ -- 2.43.0

