summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-051-1/+1
|\
* | kbuild: factor out the common objtool argumentsMasahiro Yamada2022-06-051-0/+26
* | kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-7/+0
|/
* kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada2022-05-081-3/+3
* kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada2022-05-081-1/+1
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-10/+6
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
| * kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-8/+4
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-2/+2
|\ \
| * | kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-221-2/+2
| |/
* | dt-bindings: kbuild: Use DTB files for validationRob Herring2022-03-111-13/+7
* | dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateRob Herring2022-03-111-3/+2
|/
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-7/+28
|\
| * kbuild: add cmd_file_sizeMasahiro Yamada2022-01-141-0/+3
| * kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-6/+24
| * kbuild: drop $(size_append) from cmd_zstdMasahiro Yamada2022-01-141-1/+1
* | kcsan, kbuild: Add option for barrier instrumentation onlyMarco Elver2021-12-091-0/+5
|/
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-11/+0
|\
| * kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada2021-09-221-11/+0
* | kbuild: Enable dtc 'unit_address_format' warning by defaultRob Herring2021-09-211-1/+0
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-6/+12
|\
| * kbuild: clean up objtool_args slightlyMasahiro Yamada2021-09-031-6/+5
| * kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen2021-09-031-0/+7
* | kbuild: Enable dtc 'pci_device_reg' warning by defaultRob Herring2021-08-231-2/+1
|/
* kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada2021-05-061-1/+1
* kbuild: refactor fdtoverlay ruleMasahiro Yamada2021-05-061-18/+15
* kbuild: parameterize the .o part of suffix-searchMasahiro Yamada2021-05-061-8/+11
* kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada2021-05-021-0/+3
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-8/+8
|\
| * kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada2021-04-251-3/+3
| * kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada2021-04-251-5/+5
* | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-6/+28
|\ \ | |/ |/|
| * kbuild: Add generic rule to apply fdtoverlayRob Herring2021-03-231-2/+24
| * kbuild: Simplify builds with CONFIG_OF_ALL_DTBSViresh Kumar2021-03-231-3/+2
| * kbuild: Enable DT undocumented compatible checksRob Herring2021-03-161-1/+2
* | kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada2021-03-111-1/+1
* | kbuild: remove unneeded -O option to dtcMasahiro Yamada2021-03-111-1/+1
|/
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-23/+15
|\
| * kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada2021-02-241-12/+0
| * Kbuild: Make composite object searching more genericElliot Berman2021-02-161-4/+8
| * kbuild: use always-y instead of extra-yMasahiro Yamada2021-02-161-5/+5
* | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-231-0/+12
|\ \
| * | kbuild: lto: postpone objtoolSami Tolvanen2021-02-231-0/+12
* | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-2/+4
|\| |
| * | init: lto: ensure initcall orderingSami Tolvanen2021-01-141-2/+4
| |/
* / kbuild: Add support to build overlays (%.dtbo)Viresh Kumar2021-02-041-0/+5
|/
* kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-221-0/+2
* dt-bindings: Use json for processed-schema*Andrei Ziureaev2020-08-191-1/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-8/+20
|\
| * kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-101-0/+11