summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada2019-07-171-1/+1
* kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-0/+4
* kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada2019-06-091-3/+1Star
* kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada2019-05-191-3/+1Star
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-131-3/+4
* kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-131-3/+3
* kconfig: clean generated *conf-cfg filesMasahiro Yamada2019-01-141-1/+1
* kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-061-18/+18
* kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-061-3/+1Star
* kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada2018-12-281-2/+2
* kconfig: split the lexer out of zconf.yMasahiro Yamada2018-12-281-6/+2Star
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-10/+9Star
* kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-011-8/+1Star
* kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-011-8/+1Star
* kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada2018-09-021-1/+0Star
* kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada2018-08-221-2/+3
* kconfig: add build-only configurator targetsRandy Dunlap2018-08-221-1/+10
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-151-10/+7Star
|\
| * kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-251-9/+6Star
| * kconfig: remove unneeded directory generation from local*configMasahiro Yamada2018-07-251-1/+0Star
| * kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2018-07-171-0/+1
* | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-171-4/+4
|/
* kbuild: Move last word of nconfig help to the previous linePetr Vorel2018-06-051-2/+1Star
* kconfig: Add testconfig into make help outputPetr Vorel2018-06-051-0/+1
* kconfig: drop localization supportSam Ravnborg2018-05-281-39/+3Star
* kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada2018-05-281-34/+24Star
* kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada2018-05-281-34/+9Star
* kconfig: refactor Qt package checks for building qconfMasahiro Yamada2018-05-281-45/+28Star
* kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada2018-04-071-1/+1
* kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-071-1/+1
* Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-04-041-7/+22
|\
| * kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada2018-03-251-0/+8
| * kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson2018-03-251-4/+4
| * kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2018-03-251-3/+10
| * kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada2018-03-251-2/+2
* | kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada2018-03-251-2/+0Star
|/
* kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2018-01-271-3/+4
* kconfig: announce removal of oldnoconfig if usedMasahiro Yamada2018-01-251-0/+2
* kconfig: fix make xconfig when gettext is missingYaakov Selkowitz2018-01-211-0/+1
* kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-211-3/+0Star
* kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada2017-12-161-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Remove gperf usage from toolchainLinus Torvalds2017-08-191-2/+2
* kconfig: Check for libncurses before menuconfigBorislav Petkov2017-06-091-1/+1
* kbuild: make sure autoksyms.h exists earlyNicolas Pitre2016-12-011-0/+2
* scripts/kconfig: allow building with make 3.80 againJan Beulich2016-02-011-1/+3
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-11-111-42/+14Star
|\
| * Use pkg-config to find Qt 4 and 5 instead of direct qmakeThiago Macieira2015-11-021-24/+13Star
| * Update the buildsystem for KConfig finding QtThiago Macieira2015-10-141-45/+28Star