]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
usb: gadget: Fix typo in obj line
authorTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 14:25:44 +0000 (09:25 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 14:25:44 +0000 (09:25 -0500)
When dropping the unused fotg210 gadget driver a leading 0 was
introduced to the next line, drop it.

Fixes: e9b4678bc78e ("usb: Drop unused fotg210 gadget")
Reported-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/usb/gadget/Makefile

index b04b6bcd779e55e9e8bdba2cfcab9bc5c9d34d64..6cfe0f3a0411de881e8f134efc5071b3671fbd81 100644 (file)
@@ -19,7 +19,7 @@ obj-$(CONFIG_USB_GADGET_ATMEL_USBA) += atmel_usba_udc.o
 obj-$(CONFIG_USB_GADGET_BCM_UDC_OTG_PHY) += bcm_udc_otg_phy.o
 obj-$(CONFIG_USB_GADGET_DWC2_OTG) += dwc2_udc_otg.o
 obj-$(CONFIG_USB_GADGET_DWC2_OTG_PHY) += dwc2_udc_otg_phy.o
-0obj-$(CONFIG_USB_GADGET_MAX3420) += max3420_udc.o
+obj-$(CONFIG_USB_GADGET_MAX3420) += max3420_udc.o
 ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_USB_GADGET_DOWNLOAD) += g_dnl.o
 obj-$(CONFIG_USB_FUNCTION_THOR) += f_thor.o