aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modfinal
AgeCommit message (Expand)Author
2023-06-25kbuild: Disable GCOV for *.mod.oSami Tolvanen
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada
2022-12-14kbuild: change module.order to list *.o instead of *.koMasahiro Yamada
2022-12-13kbuild: add read-file macroMasahiro Yamada
2022-12-13kbuild: do not sort after reading modules.orderMasahiro Yamada
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada
2021-11-01kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi
2021-09-03kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-05-27kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas
2021-05-24kbuild: remove libelf checks from top MakefileMasahiro Yamada
2021-04-08add support for Clang CFISami Tolvanen
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen
2021-01-14kbuild: add support for Clang LTOSami Tolvanen
2020-11-25kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko
2020-11-10kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada