]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: only build the tree if we really want to
authorGreg Kroah-Hartman <gregkh@suse.de>
Sat, 8 Nov 2008 05:12:17 +0000 (21:12 -0800)
committerGreg Kroah-Hartman <gregkh@kvm.kroah.org>
Sat, 8 Nov 2008 06:05:18 +0000 (22:05 -0800)
commit0c4b95455f250c7006af00208aefdf0f93f63144
tree7c3b616701fac71fcee0a9a40c0ec011c49144e7
parentfed4d59b6ec5481caceb17863f19a0b0e5eaa939
Staging: only build the tree if we really want to

This Kconfig change allows the common 'make allmodconfig' and
'make allyesconfig' build options to skip the staging tree, which is
probably what you want to have happen anyway.

This makes the linux-next developer's life a lot easier so he doesn't
have to worry about changes that break the staging tree, that's for me
to worry about...

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/Kconfig