Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kconfig changes from Michal Marek: - xconfig stores its setting in a meaningful path (~/.config/kernel.org/qconf.conf) - kconfig symbol search fix - documentation fixes - cleanup & comment update - fix warning when a kconfig symbol is defined with two different types - Yann is now officially listed as maintainer of kconfig, but he prefers me to send pull requests for now * 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: MAINTAINERS: New kconfig maintainer xconfig: Fix the filename for GUI settings kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len kconfig: remove unused definition from scanner kconfig: adjust warning message for conflicting types kconfig: fix trivial typos and update mconf documentation kconfig: add short explanation to SYMBOL_WRITE Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig
Showing
- Documentation/kbuild/kconfig.txt 2 additions, 9 deletionsDocumentation/kbuild/kconfig.txt
- MAINTAINERS 3 additions, 2 deletionsMAINTAINERS
- scripts/kconfig/expr.h 1 addition, 1 deletionscripts/kconfig/expr.h
- scripts/kconfig/mconf.c 29 additions, 31 deletionsscripts/kconfig/mconf.c
- scripts/kconfig/menu.c 6 additions, 5 deletionsscripts/kconfig/menu.c
- scripts/kconfig/qconf.cc 5 additions, 0 deletionsscripts/kconfig/qconf.cc
- scripts/kconfig/qconf.h 1 addition, 0 deletionsscripts/kconfig/qconf.h
- scripts/kconfig/symbol.c 1 addition, 1 deletionscripts/kconfig/symbol.c
- scripts/kconfig/zconf.l 0 additions, 1 deletionscripts/kconfig/zconf.l
Loading
Please register or sign in to comment