summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/Makefile
AgeCommit message (Expand)AuthorLines
2023-12-28kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann-1/+1
2023-12-10kconfig: factor out common code shared by mconf and nconfMasahiro Yamada-2/+2
2023-12-03kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada-0/+8
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook-3/+12
2023-01-13kconfig: Update all declared targetsPeter Foley-1/+1
2022-12-13kconfig: refactor Makefile to reduce process forksMasahiro Yamada-21/+24
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett-1/+2
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada-2/+2
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada-4/+4
2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada-1/+2
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada-0/+4
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada-0/+10
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada-1/+1
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada-10/+0
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada-8/+8
2020-08-01kconfig: qconf: compile moc object separatelyMasahiro Yamada-5/+6
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada-2/+4
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada-5/+4
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du-0/+2
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada-4/+0
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-5/+5
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa-1/+3
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada-1/+1
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada-9/+9
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott-1/+4
2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven-1/+2
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada-4/+4
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada-1/+1
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada-1/+1
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada-0/+4
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada-3/+1
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada-3/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-2/+2
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