aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-09-04kbuild: Show marked Kconfig fragments in "help"Gravatar Kees Cook 1-3/+12
2023-01-13kconfig: Update all declared targetsGravatar Peter Foley 1-1/+1
2022-12-13kconfig: refactor Makefile to reduce process forksGravatar Masahiro Yamada 1-21/+24
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsGravatar Josh Triplett 1-1/+2
2021-04-14kconfig: split menu.c out of parser.yGravatar Masahiro Yamada 1-2/+2
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildGravatar Masahiro Yamada 1-4/+4
2021-04-14kconfig: do not use allnoconfig_y optionGravatar Masahiro Yamada 1-1/+2
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileGravatar Masahiro Yamada 1-0/+4
2021-04-14kconfig: change defconfig_list option to environment variableGravatar Masahiro Yamada 1-0/+10
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigGravatar Masahiro Yamada 1-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Gravatar Masahiro Yamada 1-1/+1
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsGravatar Masahiro Yamada 1-10/+0
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigGravatar Masahiro Yamada 1-8/+8
2020-08-01kconfig: qconf: compile moc object separatelyGravatar Masahiro Yamada 1-5/+6
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleGravatar Masahiro Yamada 1-2/+4
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsGravatar Masahiro Yamada 1-5/+4
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsGravatar Changbin Du 1-0/+2
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTGravatar Masahiro Yamada 1-4/+0
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-5/+5
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Gravatar Tetsuo Handa 1-1/+3
2020-01-07kconfig: use $(PERL) in MakefileGravatar Masahiro Yamada 1-1/+1
2020-01-07kconfig: fix too deep indentation in MakefileGravatar Masahiro Yamada 1-9/+9
2019-11-11kconfig: Add option to get the full help text with listnewconfigGravatar Laura Abbott 1-1/+4
2019-11-11kbuild: Wrap long "make help" text linesGravatar Geert Uytterhoeven 1-1/+2
2019-11-11kconfig: split util.c out of parser.yGravatar Masahiro Yamada 1-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Gravatar Masahiro Yamada 1-4/+4
2019-08-29kbuild: remove clean-dirs syntaxGravatar Masahiro Yamada 1-1/+1
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsGravatar Masahiro Yamada 1-1/+1
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGGravatar Masahiro Yamada 1-0/+4
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalGravatar Masahiro Yamada 1-3/+1
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityGravatar Masahiro Yamada 1-3/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-2/+2
2019-02-13kconfig: rename zconf.y to parser.yGravatar Masahiro Yamada 1-3/+4
2019-02-13kconfig: rename zconf.l to lexer.lGravatar Masahiro Yamada 1-3/+3
2019-01-14kconfig: clean generated *conf-cfg filesGravatar Masahiro Yamada 1-1/+1
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgGravatar Masahiro Yamada 1-18/+18
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesGravatar Masahiro Yamada 1-3/+1
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsGravatar Masahiro Yamada 1-2/+2
2018-12-28kconfig: split the lexer out of zconf.yGravatar Masahiro Yamada 1-6/+2
2018-12-28kconfig: split some C files out of zconf.yGravatar Masahiro Yamada 1-10/+9
2018-11-02kconfig: remove silentoldconfig targetGravatar Masahiro Yamada 1-8/+1
2018-11-02kconfig: remove oldnoconfig targetGravatar Masahiro Yamada 1-8/+1
2018-09-03kconfig: do not require pkg-config on make {menu,n}configGravatar Masahiro Yamada 1-1/+0
2018-08-22kconfig: fix "Can't open ..." in parallel buildGravatar Masahiro Yamada 1-2/+3
2018-08-22kconfig: add build-only configurator targetsGravatar Randy Dunlap 1-1/+10
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-10/+7
2018-07-25kconfig: create directories needed for syncconfig by itselfGravatar Masahiro Yamada 1-9/+6
2018-07-25kconfig: remove unneeded directory generation from local*configGravatar Masahiro Yamada 1-1/+0
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configGravatar Randy Dunlap 1-0/+1
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSGravatar Laura Abbott 1-4/+4