Messages in this thread |  | | Date | Wed, 25 May 2011 22:18:32 +0200 | From | Michal Marek <> | Subject | [GIT] kbuild/kconfig |
| |
Hi Linus,
This is the kconfig par of kbuild. Nothing really exciting this time. * No more timestamps in .config and friends * kconfig Makefile clanup and fixes * Misc other fixes
In the next cycle will come a generic way to convert some
#ifdef CONFIG_FOO
statements to
if (<something>)
to improve build coverage. But it's not ready yet.
Michal
The following changes since commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d:
Linux 2.6.39-rc1 (2011-03-29 12:09:47 -0700)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git kconfig-for-40
Arnaud Lacombe (2): kconfig: do not record timestamp in .config xconfig: merge code path to conf_write()
Ben Hutchings (1): kconfig: Avoid buffer underrun in choice input
Eduardo Silva (2): gconfig: enable rules hint for main treeviews gconfig: Hide unused left treeview when start up the interface
Michal Marek (3): kconfig: Do not record timestamp in auto.conf and autoconf.h kconfig: Document the new "visible if" syntax MAINTAINERS: Update KCONFIG entry
Peter Foley (7): kconfig: only build kxgettext when needed kconfig: change qconf to modify hostprogs-y like nconf and mconf kconfig: change gconf to modify hostprogs-y like nconf and mconf kconfig: rearrange clean-files kconfig: make update-po-config work in KBUILD_OUTPUT kconfig: change update-po-config to reflect new layout of arch/um kconfig: quiet commands when V=0
Randy Dunlap (1): kconfig-language: add to hints
Stephen Boyd (1): nconfig: Silence unused return values from wattrset
Yann E. MORIN (2): kconfig: allow multiple inclusion of the same file kconfig: get rid of unused flags
CREDITS | 4 +++ Documentation/kbuild/kconfig-language.txt | 32 +++++++++++++++++++++++- Documentation/kbuild/kconfig.txt | 5 ---- MAINTAINERS | 5 +-- scripts/kconfig/Makefile | 38 +++++++++++++++++----------- scripts/kconfig/conf.c | 2 +- scripts/kconfig/confdata.c | 20 ++------------- scripts/kconfig/expr.h | 4 --- scripts/kconfig/gconf.c | 12 ++++++--- scripts/kconfig/lex.zconf.c_shipped | 33 ++++++++++++++---------- scripts/kconfig/nconf.c | 14 +++++----- scripts/kconfig/qconf.cc | 5 +-- scripts/kconfig/zconf.l | 33 ++++++++++++++---------- 13 files changed, 119 insertions(+), 88 deletions(-)
|  |