summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: Show marked Kconfig fragments in "help"Kees Cook2023-09-041-3/+12
* kconfig: Update all declared targetsPeter Foley2023-01-131-1/+1
* kconfig: refactor Makefile to reduce process forksMasahiro Yamada2022-12-131-21/+24
* kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett2021-12-021-1/+2
* kconfig: split menu.c out of parser.yMasahiro Yamada2021-04-141-2/+2
* kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada2021-04-141-4/+4
* kconfig: do not use allnoconfig_y optionMasahiro Yamada2021-04-141-1/+2
* kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada2021-04-141-0/+4
* kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-141-0/+10
* kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada2021-02-241-22/+14
* kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-241-1/+1
* kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-041-10/+0
* kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-271-8/+8
* kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-011-5/+6
* kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
* kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2020-05-261-5/+4
* streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du2020-05-131-0/+2
* kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-4/+0
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-5/+5
* kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa2020-01-071-1/+3
* kconfig: use $(PERL) in MakefileMasahiro Yamada2020-01-071-1/+1
* kconfig: fix too deep indentation in MakefileMasahiro Yamada2020-01-071-9/+9
* kconfig: Add option to get the full help text with listnewconfigLaura Abbott2019-11-111-1/+4
* kbuild: Wrap long "make help" text linesGeert Uytterhoeven2019-11-111-1/+2
* kconfig: split util.c out of parser.yMasahiro Yamada2019-11-111-1/+1
* kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-4/+4
* kbuild: remove clean-dirs syntaxMasahiro Yamada2019-08-291-1/+1
* kconfig: run olddefconfig instead of oldconfig after merging fragmentsMasahiro Yamada2019-07-171-1/+1
* kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-0/+4
* kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditionalMasahiro Yamada2019-06-091-3/+1
* kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada2019-05-191-3/+1
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-131-3/+4
* kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-131-3/+3
* kconfig: clean generated *conf-cfg filesMasahiro Yamada2019-01-141-1/+1
* kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-061-18/+18
* kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-061-3/+1
* kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada2018-12-281-2/+2
* kconfig: split the lexer out of zconf.yMasahiro Yamada2018-12-281-6/+2
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-10/+9
* kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-021-8/+1
* kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-021-8/+1
* kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada2018-09-031-1/+0
* kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada2018-08-221-2/+3
* kconfig: add build-only configurator targetsRandy Dunlap2018-08-221-1/+10
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-151-10/+7
|\
| * kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-251-9/+6
| * kconfig: remove unneeded directory generation from local*configMasahiro Yamada2018-07-251-1/+0
| * kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2018-07-181-0/+1
* | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-181-4/+4
|/