summaryrefslogtreecommitdiff
path: root/scripts/Makefile.build
AgeCommit message (Expand)AuthorFilesLines
2025-01-31kbuild: fix Clang LTO with CONFIG_OBJTOOL=nMasahiro Yamada1-0/+2
2025-01-10kbuild: Add gendwarfksyms as an alternative to genksymsSami Tolvanen1-6/+29
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-52/+7
2024-11-28kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada1-23/+0
2024-11-28kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada1-8/+0
2024-11-28kbuild: remove support for single %.symtypes build ruleMasahiro Yamada1-18/+4
2024-11-28kbuild: do not pass -r to genksyms when *.symref does not existMasahiro Yamada1-1/+1
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada1-1/+1
2024-11-27kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada1-2/+2
2024-11-27Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-2/+2
2024-11-05rust: add arch_static_branchAlice Ryhl1-1/+8
2024-10-16kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich1-2/+2
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo1-1/+1
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda1-1/+1
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-2/+7
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada1-17/+8
2024-09-08kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.hostMasahiro Yamada1-19/+16
2024-08-22kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada1-1/+1
2024-08-19objtool/kbuild/rust: enable objtool for RustMiguel Ojeda1-2/+7
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-18/+18
2024-05-14kbuild: provide reasonable defaults for tool coverageMasahiro Yamada1-1/+1
2024-05-14Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2024-05-09kbuild: add 'private' to target-specific variablesMasahiro Yamada1-3/+3
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-09kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada1-13/+13
2024-04-25kbuild: rust: force `alloc` extern to allow "empty" Rust filesMiguel Ojeda1-1/+1
2024-03-29rust: upgrade to Rust 1.77.1Miguel Ojeda1-1/+1
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-9/+13
2024-03-01kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda1-4/+4
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada1-1/+1
2024-02-19kbuild: create a list of all built DTB filesMasahiro Yamada1-8/+12
2023-12-14rust: Suppress searching builtin sysrootMatthew Maurer1-0/+1
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2023-10-28kbuild: simplify cmd_ld_multi_mMasahiro Yamada1-1/+1
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl1-1/+1
2023-07-23kbuild: rust: avoid creating temporary filesMiguel Ojeda1-1/+4
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-24/+7
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada1-14/+1
2023-06-22modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada1-4/+0
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada1-5/+3
2023-06-10kbuild: enable kernel-doc -Wall for W=2Johannes Berg1-1/+3
2023-06-10kernel-doc: don't let V=1 change outcomeJohannes Berg1-1/+1
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda1-1/+1
2023-04-12rust: add pin-init API coreBenno Lossin1-1/+1
2023-04-12rust: enable the `pin_macro` featureBenno Lossin1-1/+1
2023-04-10rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina1-1/+1
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada1-14/+4
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada1-7/+7
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-6/+8
2022-12-14kbuild: change module.order to list *.o instead of *.koMasahiro Yamada1-1/+1