linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Kai Germaschewski <kai-germaschewski@uiowa.edu>
Cc: linux-usb-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, Patrick Mochel <mochel@osdl.org>
Subject: Re: [RFC] consolidate /sbin/hotplug call for pci and usb
Date: Wed, 25 Sep 2002 15:48:33 -0700	[thread overview]
Message-ID: <20020925224833.GB420@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0209251703060.28659-100000@chaos.physics.uiowa.edu>

On Wed, Sep 25, 2002 at 05:04:25PM -0500, Kai Germaschewski wrote:
> On Wed, 25 Sep 2002, Greg KH wrote:
> 
> > diff -Nru a/drivers/base/Makefile b/drivers/base/Makefile
> > --- a/drivers/base/Makefile	Wed Sep 25 14:22:28 2002
> > +++ b/drivers/base/Makefile	Wed Sep 25 14:22:28 2002
> > @@ -5,6 +5,10 @@
> >  
> >  obj-y		+= fs/
> >  
> > +ifeq ($(CONFIG_HOTPLUG),y)
> > +	obj-y	+= hotplug.o
> > +endif
> > +
> >  export-objs	:= core.o power.o sys.o bus.o driver.o \
> >  			class.o intf.o
> >  
> 
> Why not the simpler
> 
> obj-$(CONFIG_HOTPLUG)	+= hotplug.o

Thanks, Pat also pointed this out to me.  
I'll fix it.

thanks,

greg k-h

  reply	other threads:[~2002-09-25 22:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 21:29 [RFC] consolidate /sbin/hotplug call for pci and usb Greg KH
2002-09-25 22:04 ` Kai Germaschewski
2002-09-25 22:48   ` Greg KH [this message]
2002-09-26  0:11 ` [linux-usb-devel] " David Brownell
2002-09-26  0:25   ` Greg KH
2002-09-26  2:44     ` David Brownell
2002-09-26  4:27       ` Greg KH
2002-09-26 16:14         ` David Brownell
2002-09-26 18:43           ` Greg KH
2002-09-26 19:32             ` David Brownell
2002-09-26 19:34             ` Alan Stern
2002-09-26 23:35               ` [linux-usb-devel] [RFC] consolidate /sbin/hotplug call for pciand usb Oliver Neukum
2002-09-26 17:48 ` [RFC] consolidate /sbin/hotplug call for pci and usb - take 2 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020925224833.GB420@kroah.com \
    --to=greg@kroah.com \
    --cc=kai-germaschewski@uiowa.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=mochel@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).