Age | Commit message (Expand) | Author | Files | Lines |
2022-09-28 | kbuild: remove the target in signal traps when interrupted | Masahiro Yamada | 1 | -1/+22 |
2022-06-01 | kbuild: add cmd_and_savecmd macro | Masahiro Yamada | 1 | -2/+4 |
2022-05-29 | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada | 1 | -0/+4 |
2022-01-08 | certs: simplify $(srctree)/ handling and remove config_filename macro | Masahiro Yamada | 1 | -47/+0 |
2021-09-03 | kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk | Masahiro Yamada | 1 | -1/+6 |
2021-09-03 | kbuild: macrofy the condition of if_changed and friends | Masahiro Yamada | 1 | -3/+5 |
2021-05-26 | kbuild: sink stdout from cmd for silent build | Masahiro Yamada | 1 | -1/+6 |
2021-04-24 | kbuild: split cc-option and friends to scripts/Makefile.compiler | Masahiro Yamada | 1 | -80/+0 |
2021-02-22 | kbuild: remove ld-version macro | Masahiro Yamada | 1 | -5/+1 |
2020-10-20 | kbuild: remove leftover comment for filechk utility | Rasmus Villemoes | 1 | -2/+0 |
2020-08-09 | kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base | Masahiro Yamada | 1 | -7/+3 |
2020-06-17 | kbuild: improve cc-option to clean up all temporary files | Masahiro Yamada | 1 | -5/+6 |
2020-05-12 | kbuild: use -MMD instead of -MD to exclude system headers from dependency | Masahiro Yamada | 1 | -1/+1 |
2020-01-15 | kbuild: remove *.tmp file when filechk fails | Masahiro Yamada | 1 | -8/+7 |
2020-01-06 | kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf | Masahiro Yamada | 1 | -6/+0 |
2020-01-06 | kbuild: add stringify helper to quote a string passed to C files | Masahiro Yamada | 1 | -0/+4 |
2019-11-11 | kbuild: rename any-prereq to newer-prereqs | Masahiro Yamada | 1 | -5/+5 |
2019-11-11 | kbuild: drop $(wildcard $^) check in if_changed* for faster rebuild | Masahiro Yamada | 1 | -2/+5 |
2019-10-01 | kbuild: remove ar-option and KBUILD_ARFLAGS | Masahiro Yamada | 1 | -5/+0 |
2019-07-27 | kbuild: remove unused objectify macro | Masahiro Yamada | 1 | -3/+0 |
2019-07-17 | kbuild: remove unused hostcc-option | Masahiro Yamada | 1 | -5/+0 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -17/+11 |
2019-07-11 | kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix | Masahiro Yamada | 1 | -2/+2 |
2019-07-01 | kbuild: save $(strip ...) for calling if_changed and friends | Masahiro Yamada | 1 | -3/+3 |
2019-07-01 | kbuild: save $(strip ...) for calling any-prepreq | Masahiro Yamada | 1 | -2/+2 |
2019-07-01 | kbuild: rename arg-check to cmd-check | Masahiro Yamada | 1 | -7/+7 |
2019-06-15 | kbuild: move hdr-inst shorthand to top Makefile | Masahiro Yamada | 1 | -6/+0 |
2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -2/+2 |
2019-06-07 | kbuild: use more portable 'command -v' for cc-cross-prefix | Masahiro Yamada | 1 | -1/+6 |
2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 1 | -0/+1 |
2019-05-20 | kbuild: drop support for cc-ldoption | Nick Desaulniers | 1 | -5/+0 |
2019-05-18 | kbuild: remove 'addtree' and 'flags' magic for header search paths | Masahiro Yamada | 1 | -8/+0 |
2019-03-04 | kbuild: remove cc-version macro | Masahiro Yamada | 1 | -4/+1 |
2019-02-27 | kbuild: refactor cc-cross-prefix implementation | Masahiro Yamada | 1 | -8/+4 |
2019-01-28 | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) | Masahiro Yamada | 1 | -0/+4 |
2019-01-14 | kbuild: remove unused baseprereq | Masahiro Yamada | 1 | -4/+0 |
2019-01-06 | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada | 1 | -4/+4 |
2019-01-06 | kbuild: change filechk to surround the given command with { } | Masahiro Yamada | 1 | -1/+1 |
2018-12-29 | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -42/+10 |
2018-12-19 | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ... | Ingo Molnar | 1 | -3/+1 |
2018-12-02 | kbuild: move .SECONDARY special target to Kbuild.include | Masahiro Yamada | 1 | -0/+3 |
2018-12-01 | kbuild: refactor if_changed | Masahiro Yamada | 1 | -2/+1 |
2018-12-01 | kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule | Masahiro Yamada | 1 | -1/+1 |
2018-12-01 | kbuild: change if_changed_rule for multi-line recipe | Masahiro Yamada | 1 | -8/+4 |
2018-12-01 | kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS | Masahiro Yamada | 1 | -28/+0 |
2018-12-01 | kbuild: let fixdep directly write to .*.cmd files | Masahiro Yamada | 1 | -6/+4 |
2018-11-02 | kbuild: remove cc-name variable | Masahiro Yamada | 1 | -4/+0 |
2018-11-01 | kbuild: remove unused cc-fullversion variable | Masahiro Yamada | 1 | -4/+0 |
2018-10-28 | Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2018-10-04 | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro... | Nadav Amit | 1 | -1/+3 |