| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: fix DT binding schema rule again to avoid needless rebuilds | Masahiro Yamada | 2020-04-23 | 1 | -1/+1 |
* | kbuild: Always validate DT binding examples | Rob Herring | 2020-03-03 | 1 | -1/+2 |
* | kbuild: remove unneeded semicolon at the end of cmd_dtb_check | Masahiro Yamada | 2020-02-26 | 1 | -1/+1 |
* | kbuild: fix DT binding schema rule to detect command line changes | Masahiro Yamada | 2020-02-26 | 1 | -2/+2 |
* | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 2020-02-03 | 1 | -1/+5 |
* | kbuild: pass KBUILD_MODFILE when compiling builtin objects | Masahiro Yamada | 2020-01-06 | 1 | -6/+9 |
* | kbuild: add stringify helper to quote a string passed to C files | Masahiro Yamada | 2020-01-06 | 1 | -1/+1 |
* | kbuild: do not create orphan built-in.a or obj-y objects | Masahiro Yamada | 2020-01-06 | 1 | -0/+4 |
* | kbuild: remove header compile test | Masahiro Yamada | 2019-11-14 | 1 | -14/+0 |
* | kbuild: remove ar-option and KBUILD_ARFLAGS | Masahiro Yamada | 2019-10-01 | 1 | -1/+1 |
* | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada | 2019-09-06 | 1 | -2/+2 |
* | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) | Masahiro Yamada | 2019-09-04 | 1 | -5/+8 |
* | kbuild: add $(BASH) to run scripts with bash-extension | Masahiro Yamada | 2019-09-04 | 1 | -1/+1 |
* | kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build | Masahiro Yamada | 2019-08-21 | 1 | -0/+12 |
* | kbuild: treat an object as multi-used when $(foo-) is set | Masahiro Yamada | 2019-08-14 | 1 | -5/+5 |
* | kbuild: move flex and bison rules to Makefile.host | Masahiro Yamada | 2019-08-13 | 1 | -16/+0 |
* | kbuild: make bison create C file and header in a single pattern rule | Masahiro Yamada | 2019-08-13 | 1 | -9/+3 |
* | kbuild: remove unused single-used-m | Masahiro Yamada | 2019-07-27 | 1 | -2/+0 |
* | kbuild: compile-test headers listed in header-test-m as well | Masahiro Yamada | 2019-07-17 | 1 | -1/+1 |
* | kbuild: fix compression errors getting ignored | Harald Seiler | 2019-07-10 | 1 | -5/+5 |
* | kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree | Masahiro Yamada | 2019-07-10 | 1 | -1/+1 |
* | kbuild: support header-test-pattern-y | Masahiro Yamada | 2019-07-09 | 1 | -0/+11 |
* | kbuild: do not create wrappers for header-test-y | Masahiro Yamada | 2019-07-09 | 1 | -1/+1 |
* | kbuild: add support for ensuring headers are self-contained | Jani Nikula | 2019-06-15 | 1 | -0/+3 |
* | dt-bindings: Pass binding directory to validation tools | Rob Herring | 2019-05-22 | 1 | -1/+1 |
* | kbuild: remove 'addtree' and 'flags' magic for header search paths | Masahiro Yamada | 2019-05-18 | 1 | -18/+8 |
* | kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build | Masahiro Yamada | 2019-04-02 | 1 | -1/+1 |
* | kbuild: move archive command to scripts/Makefile.lib | Masahiro Yamada | 2019-03-13 | 1 | -0/+6 |
* | kbuild: remove unnecessary in-subshell execution | Masahiro Yamada | 2019-01-28 | 1 | -11/+10 |
* | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) | Masahiro Yamada | 2019-01-28 | 1 | -9/+9 |
* | kbuild: simplify rules of data compression with size appending | Masahiro Yamada | 2019-01-28 | 1 | -11/+7 |
* | kbuild: skip 'addtree' and 'flags' magic for external module build | Masahiro Yamada | 2019-01-28 | 1 | -5/+6 |
* | kbuild: change filechk to surround the given command with { } | Masahiro Yamada | 2019-01-06 | 1 | -2/+1 |
* | kbuild: remove redundant target cleaning on failure | Masahiro Yamada | 2019-01-06 | 1 | -14/+7 |
* | kbuild: clean up rule_dtc_dt_yaml | Masahiro Yamada | 2019-01-06 | 1 | -2/+2 |
* | kbuild: remove UIMAGE_IN and UIMAGE_OUT | Masahiro Yamada | 2019-01-06 | 1 | -4/+2 |
* | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-12-29 | 1 | -1/+1 |
|\ |
|
| * | kbuild: remove redundant 'set -e' from filechk_offsets | Masahiro Yamada | 2018-12-01 | 1 | -1/+1 |
* | | Merge branch 'yaml-bindings-for-v4.21' into dt/next | Rob Herring | 2018-12-13 | 1 | -2/+22 |
|\ \ |
|
| * | | kbuild: Add support for DT binding schema checks | Rob Herring | 2018-12-13 | 1 | -2/+22 |
| |/ |
|
* | | kbuild: Enable dtc graph_port warning by default | Rob Herring | 2018-11-30 | 1 | -1/+0 |
* | | kbuild: disable dtc simple_bus_reg warnings by default | Rob Herring | 2018-11-30 | 1 | -0/+1 |
|/ |
|
* | kbuild: consolidate Devicetree dtb build rules | Rob Herring | 2018-10-02 | 1 | -1/+1 |
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -1/+1 |
* | kbuild: do not redirect the first prerequisite for filechk | Masahiro Yamada | 2018-07-28 | 1 | -1/+1 |
* | kbuild: change ld_flags to contain LDFLAGS_$(@F) | Masahiro Yamada | 2018-07-19 | 1 | -2/+2 |
* | kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags) | Masahiro Yamada | 2018-07-19 | 1 | -2/+1 |
* | Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-06-07 | 1 | -0/+3 |
|\ |
|
| * | kbuild: disable new dtc graph and unit-address warnings | Rob Herring | 2018-05-15 | 1 | -0/+3 |
* | | kbuild: replace hardcoded bison in cmd_bison_h with $(YACC) | Masahiro Yamada | 2018-05-05 | 1 | -1/+1 |
|/ |
|