Messages in this thread |  | | | Date | Tue, 19 May 2009 10:24:27 -0700 | | From | Greg KH <> | | Subject | Re: staging: cpc-usb: wrong Makefile path |
| |
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
|  |