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 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
