lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 5 Aug 2009 17:27:21 +0200
From:	Pavel Machek <pavel@....cz>
To:	Greg KH <greg@...ah.com>
Cc:	kernel list <linux-kernel@...r.kernel.org>
Subject: Re: Dream in staging: separate Kconfig/Makefile into subdirectory

On Mon 2009-07-27 08:37:11, Greg KH wrote:
> On Mon, Jul 20, 2009 at 12:35:32PM +0200, Pavel Machek wrote:
> > Separate Kconfig/Makefile glue from dream into subdirectory. I plan to
> > add few more drivers, and changing staging/Makefile each time sounds
> > like inviting conflicts.
> >     
> > Signed-off-by: Pavel Machek <pavel@....cz>
> > 
> > diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
> > index 300b83e..50f9ab0 100644
> > --- a/drivers/staging/Kconfig
> > +++ b/drivers/staging/Kconfig
> > @@ -133,11 +133,9 @@ source "drivers/staging/cpc-usb/Kconfig"
> >  
> >  source "drivers/staging/pata_rdc/Kconfig"
> >  
> > -source "drivers/staging/dream/smd/Kconfig"
> > -
> > -source "drivers/staging/dream/camera/Kconfig"
> > -
> >  source "drivers/staging/udlfb/Kconfig"
> >  
> > +source "drivers/staging/dream/Kconfig"
> > +
> >  endif # !STAGING_EXCLUDE_BUILD
> >  endif # STAGING
> > diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
> > index 8d2e1c2..4fa2e07 100644
> > --- a/drivers/staging/Makefile
> > +++ b/drivers/staging/Makefile
> > @@ -1,7 +1,7 @@
> >  # Makefile for staging directory
> >  
> >  # fix for build system bug...
> > -obj-$(CONFIG_STAGING)		+= staging.o
> > +obj-$(CONFIG_STAGING)		+= staging.o dream/
> 
> Ick, no, you shouldn't have to do this.
> 
> Please jump into the dream subdir based on a Kconfig option, don't go
> there every single time.
> 
> Care to fix this up?

I'm afraid I don't quite have suitable config option. At least
synaptics touchpad should be usable outside dream.

OTOH Dream is still major user; and I guess I can just introduce
"CONFIG_DREAM". Should I?

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ