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 ? --Kai ------------------------------------------------------- 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
