summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
AgeCommit message (Expand)AuthorLines
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2021-02-24kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada-1/+0
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen-20/+2
2021-02-23tracing: add support for objtool mcountSami Tolvanen-0/+3
2021-01-14kbuild: lto: fix module versioningSami Tolvanen-2/+31
2021-01-14kbuild: add support for Clang LTOSami Tolvanen-1/+8
2021-01-08tracing: move function tracer options to KconfigSami Tolvanen-4/+2
2020-12-06kbuild: avoid split lines in .mod filesMasahiro Yamada-8/+4
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen-1/+1
2020-08-10kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada-1/+4
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada-2/+2
2020-08-10kbuild: always create directories of targetsMasahiro Yamada-3/+1
2020-07-07kbuild: run the checker after the compilerLuc Van Oostenryck-2/+2
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada-8/+13
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada-13/+12
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada-4/+6
2020-05-26kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada-4/+5
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada-0/+2
2020-05-26kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada-1/+1
2020-05-26kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada-8/+2
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada-0/+6
2020-04-09kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada-17/+0
2020-04-09gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada-1/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-3/+5
2020-01-07kbuild: use pattern rule for building built-in.a in sub-directoriesMasahiro Yamada-1/+1
2020-01-07kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada-1/+1
2019-11-15kbuild: remove header compile testMasahiro Yamada-9/+0
2019-11-11kbuild: make single target builds much fasterMasahiro Yamada-1/+4
2019-11-11kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectoriesMasahiro Yamada-3/+3
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada-1/+1
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada-1/+1
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada-13/+0
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada-6/+1
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada-6/+39
2019-08-15kbuild: fix modkern_aflags implementationMasahiro Yamada-4/+3
2019-08-15kbuild: refactor part-of-module moreMasahiro Yamada-2/+1
2019-08-14kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada-2/+2
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada-0/+7
2019-08-10kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada-1/+2
2019-08-10kbuild: fix false-positive need-builtin calculationMasahiro Yamada-1/+2
2019-07-18kbuild: split out *.mod out of {single,multi}-used-m rulesMasahiro Yamada-9/+13
2019-07-18kbuild: remove the first line of *.mod filesMasahiro Yamada-2/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada-12/+3
2019-07-17kbuild: remove duplication from modules.order in sub-directoriesMasahiro Yamada-6/+3
2019-07-17kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada-1/+1
2019-07-17kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada-1/+1
2019-07-17kbuild: compile-test headers listed in header-test-m as wellMasahiro Yamada-1/+1
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada-1/+1
2019-07-09kbuild: do not create wrappers for header-test-yMasahiro Yamada-5/+5
2019-06-15kbuild: add support for ensuring headers are self-containedJani Nikula-0/+9