summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rust: force `alloc` extern to allow "empty" Rust filesMiguel Ojeda6 days1-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
* kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada2022-06-011-0/+4
* kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-291-43/+20
* kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada2022-05-291-2/+1
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-94/+39
|\
| * genksyms: adjust the output format to modpostMasahiro Yamada2022-05-241-6/+0
| * kbuild: stop merging *.symversionsMasahiro Yamada2022-05-241-19/+2
| * kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-23/+4
| * kbuild: record symbol versions in *.cmd filesMasahiro Yamada2022-05-111-0/+7
| * kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada2022-05-081-7/+3
| * kbuild: make *.mod not depend on *.oMasahiro Yamada2022-05-081-3/+2
| * kbuild: get rid of duplication in *.mod filesMasahiro Yamada2022-05-081-1/+2
| * kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-081-8/+9