summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove stale *.symversionsMasahiro Yamada2021-09-031-0/+2
* kbuild: remove unused quiet_cmd_update_lto_symversionsMasahiro Yamada2021-09-031-1/+0
* kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen2021-09-031-1/+26
* Kbuild: lto: fix module versionings mismatch in GNU make 3.XLecopzer Chen2021-07-181-1/+1
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-2/+0
|\
| * kbuild: remove libelf checks from top MakefileMasahiro Yamada2021-05-241-2/+0
* | kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'Josh Poimboeuf2021-05-191-2/+3
|/
* kbuild: refactor fdtoverlay ruleMasahiro Yamada2021-05-061-1/+1
* kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-251-2/+2
* kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada2021-04-251-3/+3
* kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada2021-04-251-0/+1
* kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada2021-03-151-4/+4
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+0
|\
| * kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada2021-02-241-1/+0
* | kbuild: lto: postpone objtoolSami Tolvanen2021-02-231-20/+2
* | tracing: add support for objtool mcountSami Tolvanen2021-02-231-0/+3
* | kbuild: lto: fix module versioningSami Tolvanen2021-01-141-2/+31
* | kbuild: add support for Clang LTOSami Tolvanen2021-01-141-1/+8
* | tracing: move function tracer options to KconfigSami Tolvanen2021-01-081-4/+2
|/
* kbuild: avoid split lines in .mod filesMasahiro Yamada2020-12-061-8/+4
* treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-1/+1
* kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada2020-08-101-1/+4
* kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada2020-08-101-2/+2
* kbuild: always create directories of targetsMasahiro Yamada2020-08-101-3/+1
* kbuild: run the checker after the compilerLuc Van Oostenryck2020-07-071-2/+2
* kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2020-06-031-8/+13
* kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada2020-06-011-13/+12
* kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2020-05-261-4/+6
* kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada2020-05-261-4/+5
* kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2020-05-261-0/+2
* kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2020-05-261-1/+1
* kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada2020-05-261-8/+2
* kbuild: add infrastructure to build userspace programsMasahiro Yamada2020-05-171-0/+6
* kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada2020-04-091-17/+0
* gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada2020-04-091-1/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-3/+5
* kbuild: use pattern rule for building built-in.a in sub-directoriesMasahiro Yamada2020-01-071-1/+1
* kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada2020-01-071-1/+1
* kbuild: remove header compile testMasahiro Yamada2019-11-151-9/+0
* kbuild: make single target builds much fasterMasahiro Yamada2019-11-111-1/+4
* kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectoriesMasahiro Yamada2019-11-111-3/+3
* kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-011-1/+1
* kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-061-1/+1
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-221-13/+0
* kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-6/+1
* kbuild: make single targets work more correctlyMasahiro Yamada2019-08-211-6/+39
* kbuild: fix modkern_aflags implementationMasahiro Yamada2019-08-151-4/+3
* kbuild: refactor part-of-module moreMasahiro Yamada2019-08-151-2/+1
* kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada2019-08-141-2/+2
* kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada2019-08-101-0/+7