summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/Makefile
AgeCommit message (Expand)AuthorLines
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada-3/+4
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada-3/+3
2019-01-14kconfig: clean generated *conf-cfg filesMasahiro Yamada-1/+1
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada-18/+18
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada-3/+1
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada-2/+2
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada-6/+2
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada-10/+9
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada-8/+1
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada-8/+1
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada-1/+0
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada-2/+3
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap-1/+10
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-10/+7
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada-9/+6
2018-07-25kconfig: remove unneeded directory generation from local*configMasahiro Yamada-1/+0
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap-0/+1
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott-4/+4
2018-06-05kbuild: Move last word of nconfig help to the previous linePetr Vorel-2/+1
2018-06-05kconfig: Add testconfig into make help outputPetr Vorel-0/+1
2018-05-28kconfig: drop localization supportSam Ravnborg-39/+3
2018-05-28kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada-34/+24
2018-05-28kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada-34/+9
2018-05-28kconfig: refactor Qt package checks for building qconfMasahiro Yamada-45/+28
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada-1/+1
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada-1/+1
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-7/+22
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada-0/+8
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson-4/+4
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada-3/+10
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada-2/+2
2018-03-26kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada-2/+0
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert-3/+4
2018-01-25kconfig: announce removal of oldnoconfig if usedMasahiro Yamada-0/+2
2018-01-22kconfig: fix make xconfig when gettext is missingYaakov Selkowitz-0/+1
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada-3/+0
2017-12-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-19Remove gperf usage from toolchainLinus Torvalds-2/+2
2017-06-10kconfig: Check for libncurses before menuconfigBorislav Petkov-1/+1
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre-0/+2
2016-02-01scripts/kconfig: allow building with make 3.80 againJan Beulich-1/+3
2015-11-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-42/+14
2015-11-02Use pkg-config to find Qt 4 and 5 instead of direct qmakeThiago Macieira-24/+13
2015-10-15scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O=Michael Ellerman-1/+1
2015-10-14Update the buildsystem for KConfig finding QtThiago Macieira-45/+28
2015-10-14Port xconfig to Qt5 - Remove Qt3Support from Makefile.Boris Barbulovski-2/+2
2015-10-01scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a targetMichael Ellerman-1/+4
2015-07-02Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-13/+15
2015-06-16kconfig: add xenconfig defconfig helperLuis R. Rodriguez-0/+5