[PATCH] USB: fix broken OTG makefile reference

Tim Gardner tim.gardner at canonical.com
Wed Mar 11 23:14:06 UTC 2009


Andy Isaacson wrote:
> USB: fix broken OTG makefile reference
> 
> Commit 279aa076e94cf296c5581819112981d21e844132's
> 
>     index 8b7c419..ee6b18a 100644
>     @@ -37,3 +37,6 @@ obj-$(CONFIG_USB)		+= misc/
> 
>      obj-$(CONFIG_USB_ATM)		+= atm/
>      obj-$(CONFIG_USB_SPEEDTOUCH)	+= atm/
>     +
>     +obj-$(CONFIG_USB_OTG)		+= otg/
>     +
> 
> is wrong; there is no drivers/usb/otg/ directory.  This breaks "make
> clean" and "make mrproper".
> 
> Signed-off-by: Andy Isaacson <adi at hexapodia.org>
> 
> diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
> index ee6b18a..8b7c419 100644
> --- a/drivers/usb/Makefile
> +++ b/drivers/usb/Makefile
> @@ -37,6 +37,3 @@ obj-$(CONFIG_USB)		+= misc/
>  
>  obj-$(CONFIG_USB_ATM)		+= atm/
>  obj-$(CONFIG_USB_SPEEDTOUCH)	+= atm/
> -
> -obj-$(CONFIG_USB_OTG)		+= otg/
> -
> 

applied

-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list