linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* staging: cpc-usb: wrong Makefile path
@ 2009-05-19 17:09 Alexander Beregalov
  2009-05-19 17:24 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Beregalov @ 2009-05-19 17:09 UTC (permalink / raw)
  To: linux-next, Greg KH, Linux Kernel Mailing List

diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 9492a6f..cc1aac2 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -40,4 +40,4 @@ obj-$(CONFIG_PLAN9AUTH)               += p9auth/
 obj-$(CONFIG_HECI)             += heci/
 obj-$(CONFIG_LINE6_USB)                += line6/
 obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100)        += serqt_usb/
-obj-$(CONFIG_USB_CPC)          += cpc_usb/
+obj-$(CONFIG_USB_CPC)          += cpc-usb/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: staging: cpc-usb: wrong Makefile path
  2009-05-19 17:09 staging: cpc-usb: wrong Makefile path Alexander Beregalov
@ 2009-05-19 17:24 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2009-05-19 17:24 UTC (permalink / raw)
  To: Alexander Beregalov; +Cc: linux-next, Linux Kernel Mailing List

On Tue, May 19, 2009 at 09:09:53PM +0400, Alexander Beregalov wrote:
> diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
> index 9492a6f..cc1aac2 100644
> --- a/drivers/staging/Makefile
> +++ b/drivers/staging/Makefile
> @@ -40,4 +40,4 @@ obj-$(CONFIG_PLAN9AUTH)               += p9auth/
>  obj-$(CONFIG_HECI)             += heci/
>  obj-$(CONFIG_LINE6_USB)                += line6/
>  obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100)        += serqt_usb/
> -obj-$(CONFIG_USB_CPC)          += cpc_usb/
> +obj-$(CONFIG_USB_CPC)          += cpc-usb/

Heh, wierd, I wonder how it was working for me when I tested this...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-19 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-19 17:09 staging: cpc-usb: wrong Makefile path Alexander Beregalov
2009-05-19 17:24 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).