| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: remove unused baseprereq | Masahiro Yamada | 2019-01-14 | 1 | -4/+0 |
* | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada | 2019-01-06 | 1 | -4/+4 |
* | kbuild: change filechk to surround the given command with { } | Masahiro Yamada | 2019-01-06 | 1 | -1/+1 |
* | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-12-29 | 1 | -42/+10 |
|\ |
|
| * | kbuild: move .SECONDARY special target to Kbuild.include | Masahiro Yamada | 2018-12-02 | 1 | -0/+3 |
| * | kbuild: refactor if_changed | Masahiro Yamada | 2018-12-01 | 1 | -2/+1 |
| * | kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule | Masahiro Yamada | 2018-12-01 | 1 | -1/+1 |
| * | kbuild: change if_changed_rule for multi-line recipe | Masahiro Yamada | 2018-12-01 | 1 | -8/+4 |
| * | kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS | Masahiro Yamada | 2018-12-01 | 1 | -28/+0 |
| * | kbuild: let fixdep directly write to .*.cmd files | Masahiro Yamada | 2018-12-01 | 1 | -6/+4 |
* | | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ... | Ingo Molnar | 2018-12-19 | 1 | -3/+1 |
|/ |
|
* | kbuild: remove cc-name variable | Masahiro Yamada | 2018-11-02 | 1 | -4/+0 |
* | kbuild: remove unused cc-fullversion variable | Masahiro Yamada | 2018-11-01 | 1 | -4/+0 |
* | Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-10-28 | 1 | -1/+1 |
|\ |
|
| * | kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally | Masahiro Yamada | 2018-09-12 | 1 | -1/+1 |
* | | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro... | Nadav Amit | 2018-10-04 | 1 | -1/+3 |
|/ |
|
* | x86/build: Remove jump label quirk for GCC older than 4.5.2 | Masahiro Yamada | 2018-08-30 | 1 | -4/+0 |
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -2/+2 |
* | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-08-15 | 1 | -0/+3 |
|\ |
|
| * | kbuild: add .DELETE_ON_ERROR special target | Masahiro Yamada | 2018-07-25 | 1 | -0/+3 |
* | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-08-15 | 1 | -2/+2 |
|\ \ |
|
| * | | kbuild: do not redirect the first prerequisite for filechk | Masahiro Yamada | 2018-07-28 | 1 | -1/+1 |
| * | | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott | 2018-07-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-08-15 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | arm64: build with baremetal linker target instead of Linux when available | Olof Johansson | 2018-07-23 | 1 | -2/+2 |
* | | kbuild: do not drop -I without parameter | Masahiro Yamada | 2018-07-06 | 1 | -1/+1 |
|/ |
|
* | kbuild: remove kbuild cache | Masahiro Yamada | 2018-05-28 | 1 | -87/+14 |
* | kbuild: do not display CHK for filechk | Masahiro Yamada | 2018-05-28 | 1 | -1/+0 |
* | Kbuild: fix # escaping in .cmd files for future Make | Rasmus Villemoes | 2018-04-10 | 1 | -2/+3 |
* | kbuild: move include/config/ksym/* to include/ksym/* | Masahiro Yamada | 2018-03-25 | 1 | -1/+1 |
* | kbuild: simplify ld-option implementation | Masahiro Yamada | 2018-03-25 | 1 | -3/+1 |
* | kbuild: Improve portability of some sed invocations | Michael Forney | 2018-03-25 | 1 | -1/+1 |
* | kbuild: create directory for make cache only when necessary | Masahiro Yamada | 2017-11-16 | 1 | -4/+9 |
* | kbuild: fix linker feature test macros when cross compiling with Clang | Nick Desaulniers | 2017-11-13 | 1 | -2/+3 |
* | kbuild: shrink .cache.mk when it exceeds 1000 lines | Masahiro Yamada | 2017-11-13 | 1 | -0/+6 |
* | kbuild: Add a cache for generated variables | Douglas Anderson | 2017-11-13 | 1 | -14/+76 |
* | kbuild: trivial cleanups on the comments | Cao jin | 2017-08-09 | 1 | -4/+3 |
* | kbuild: Add __cc-option macro | Matthias Kaehlcke | 2017-06-25 | 1 | -2/+12 |
* | kbuild: remove cc-option-align | Masahiro Yamada | 2017-06-25 | 1 | -5/+0 |
* | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2017-05-11 | 1 | -3/+3 |
|\ |
|
| * | kbuild, LLVMLinux: Add -Werror to cc-option to support clang | Mark Charlebois | 2017-04-11 | 1 | -3/+3 |
* | | x86/build: Mostly disable '-maccumulate-outgoing-args' | Josh Poimboeuf | 2017-03-30 | 1 | -0/+4 |
|/ |
|
* | Kbuild: Add cpp_its_S in ksym_dep_filter | Marcin Nowakowski | 2017-02-14 | 1 | -1/+1 |
* | kbuild: no gcc-plugins during cc-option tests | Emese Revfy | 2016-08-09 | 1 | -3/+7 |
* | Kbuild: don't add obj tree in additional includes | Arnd Bergmann | 2016-07-18 | 1 | -1/+1 |
* | Kbuild: don't add ../../ to include path | Arnd Bergmann | 2016-07-18 | 1 | -1/+1 |
* | kbuild: fix if_change and friends to consider argument order | Masahiro Yamada | 2016-05-10 | 1 | -6/+5 |
* | kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line | Nicolas Pitre | 2016-05-10 | 1 | -1/+1 |
* | kbuild: adjust ksym_dep_filter for some cmd_* renames | Nicolas Pitre | 2016-04-27 | 1 | -4/+6 |
* | kbuild: add fine grained build dependencies for exported symbols | Nicolas Pitre | 2016-03-29 | 1 | -0/+27 |