summaryrefslogtreecommitdiff
path: root/scripts/kconfig/Makefile
AgeCommit message (Expand)Author
2023-12-28kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann
2023-12-10kconfig: factor out common code shared by mconf and nconfMasahiro Yamada
2023-12-03kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook
2023-01-13kconfig: Update all declared targetsPeter Foley
2022-12-13kconfig: refactor Makefile to reduce process forksMasahiro Yamada
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada
2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada
2020-08-01kconfig: qconf: compile moc object separatelyMasahiro Yamada
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
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