summaryrefslogtreecommitdiff
path: root/scripts/kconfig/Makefile
AgeCommit message (Expand)Author
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott
2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada
2019-01-14kconfig: clean generated *conf-cfg filesMasahiro Yamada
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada
2018-07-25kconfig: remove unneeded directory generation from local*configMasahiro Yamada
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott
2018-06-05kbuild: Move last word of nconfig help to the previous linePetr Vorel
2018-06-05kconfig: Add testconfig into make help outputPetr Vorel
2018-05-28kconfig: drop localization supportSam Ravnborg
2018-05-28kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada
2018-05-28kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada
2018-05-28kconfig: refactor Qt package checks for building qconfMasahiro Yamada
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada
2018-03-26kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert
2018-01-25kconfig: announce removal of oldnoconfig if usedMasahiro Yamada
2018-01-22kconfig: fix make xconfig when gettext is missingYaakov Selkowitz
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada
2017-12-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada