summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-01-13kconfig: Update all declared targetsPeter Foley1-1/+1
2022-12-13kconfig: refactor Makefile to reduce process forksMasahiro Yamada1-21/+24
2021-12-02kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett1-1/+2
2021-04-14kconfig: split menu.c out of parser.yMasahiro Yamada1-2/+2
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada1-4/+4
2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada1-1/+2
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada1-0/+4
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada1-0/+10
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada1-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada1-1/+1
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada1-10/+0
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada1-8/+8
2020-08-01kconfig: qconf: compile moc object separatelyMasahiro Yamada1-5/+6
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada1-2/+4
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada1-5/+4
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du1-0/+2
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada1-4/+0
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-5/+5
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa1-1/+3
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada1-1/+1
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada1-9/+9
2019-11-11kconfig: Add option to get the full help text with listnewconfigLaura Abbott1-1/+4
2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven1-1/+2
2019-11-11kconfig: split util.c out of parser.yMasahiro Yamada1-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-4/+4
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada1-1/+1
2019-07-17kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada1-1/+1
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada1-0/+4
2019-06-09kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada1-3/+1
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada1-3/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada1-3/+4
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada1-3/+3
2019-01-14kconfig: clean generated *conf-cfg filesMasahiro Yamada1-1/+1
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada1-18/+18
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada1-3/+1
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada1-2/+2
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada1-6/+2
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada1-10/+9
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada1-8/+1
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada1-8/+1
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada1-1/+0
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada1-2/+3
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap1-1/+10
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-10/+7
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada1-9/+6
2018-07-25kconfig: remove unneeded directory generation from local*configMasahiro Yamada1-1/+0
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap1-0/+1
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott1-4/+4
2018-06-05kbuild: Move last word of nconfig help to the previous linePetr Vorel1-2/+1