summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-2/+7
|\
| * objtool/kbuild/rust: enable objtool for RustMiguel Ojeda2024-08-181-2/+7
* | kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada2024-09-091-17/+8
* | kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.hostMasahiro Yamada2024-09-081-19/+16
* | kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada2024-08-231-1/+1
|/
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-18/+18
|\
| * kbuild: provide reasonable defaults for tool coverageMasahiro Yamada2024-05-141-1/+1
| * kbuild: add 'private' to target-specific variablesMasahiro Yamada2024-05-101-3/+3
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
| * kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada2024-05-101-13/+13
* | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-131-1/+1
|\ \
| * | rust: upgrade to Rust 1.77.1Miguel Ojeda2024-03-291-1/+1
| |/
* / kbuild: rust: force `alloc` extern to allow "empty" Rust filesMiguel Ojeda2024-04-251-1/+1
|/
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-9/+13
|\
| * kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada2024-02-231-1/+1
| * kbuild: create a list of all built DTB filesMasahiro Yamada2024-02-191-8/+12
* | kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda2024-02-291-4/+4
|/
* rust: Suppress searching builtin sysrootMatthew Maurer2023-12-141-0/+1
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-1/+1
|\
| * kbuild: simplify cmd_ld_multi_mMasahiro Yamada2023-10-281-1/+1
* | rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl2023-09-251-1/+1
|/
* kbuild: rust: avoid creating temporary filesMiguel Ojeda2023-07-241-1/+4
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-24/+7
|\
| * kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada2023-06-221-14/+1
| * modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada2023-06-221-4/+0
| * kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-221-5/+3
| * kbuild: enable kernel-doc -Wall for W=2Johannes Berg2023-06-101-1/+3
| * kernel-doc: don't let V=1 change outcomeJohannes Berg2023-06-101-1/+1
* | rust: upgrade to Rust 1.68.2Miguel Ojeda2023-05-311-1/+1
|/
* rust: add pin-init API coreBenno Lossin2023-04-121-1/+1
* rust: enable the `pin_macro` featureBenno Lossin2023-04-121-1/+1
* rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina2023-04-101-1/+1
* kbuild: remove sed commands after rustc rulesMasahiro Yamada2023-01-221-14/+4
* kbuild: specify output names separately for each emission type from rustcMasahiro Yamada2023-01-221-7/+7
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-6/+8
|\
| * kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-141-1/+1
| * kbuild: warn objects shared among multiple modulesMasahiro Yamada2022-11-221-0/+6
| * kbuild: add kbuild-file macroMasahiro Yamada2022-11-221-5/+1
* | kbuild: Cleanup DT Overlay intermediate files as appropriateAndrew Davis2022-11-181-0/+2
|/
* kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers2022-10-151-1/+1
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-39/+17
|\
| * kbuild: fix and refactor single target buildMasahiro Yamada2022-09-291-38/+16
| * kbuild: do not deduplicate modules.orderMasahiro Yamada2022-09-291-1/+1
* | Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+60
|/
* kbuild: remove sed command from cmd_ar_builtinMasahiro Yamada2022-07-271-3/+2
* kbuild: avoid regex RS for POSIX awkKevin Locke2022-06-081-2/+2
* kbuild: factor out the common objtool argumentsMasahiro Yamada2022-06-051-26/+0
* kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada2022-06-011-3/+8
* kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada2022-06-011-2/+4
* kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada2022-06-011-1/+6