Age | Commit message (Expand) | Author |
2019-11-15 | kbuild: remove header compile test | Masahiro Yamada |
2019-10-01 | kbuild: remove ar-option and KBUILD_ARFLAGS | Masahiro Yamada |
2019-09-06 | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada |
2019-09-04 | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) | Masahiro Yamada |
2019-09-04 | kbuild: add $(BASH) to run scripts with bash-extension | Masahiro Yamada |
2019-08-22 | kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build | Masahiro Yamada |
2019-08-15 | kbuild: treat an object as multi-used when $(foo-) is set | Masahiro Yamada |
2019-08-14 | kbuild: move flex and bison rules to Makefile.host | Masahiro Yamada |
2019-08-14 | kbuild: make bison create C file and header in a single pattern rule | Masahiro Yamada |
2019-07-27 | kbuild: remove unused single-used-m | Masahiro Yamada |
2019-07-17 | kbuild: compile-test headers listed in header-test-m as well | Masahiro Yamada |
2019-07-11 | kbuild: fix compression errors getting ignored | Harald Seiler |
2019-07-11 | kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree | Masahiro Yamada |
2019-07-09 | kbuild: support header-test-pattern-y | Masahiro Yamada |
2019-07-09 | kbuild: do not create wrappers for header-test-y | Masahiro Yamada |
2019-06-15 | kbuild: add support for ensuring headers are self-contained | Jani Nikula |
2019-05-22 | dt-bindings: Pass binding directory to validation tools | Rob Herring |
2019-05-18 | kbuild: remove 'addtree' and 'flags' magic for header search paths | Masahiro Yamada |
2019-04-02 | kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build | Masahiro Yamada |
2019-03-14 | kbuild: move archive command to scripts/Makefile.lib | Masahiro Yamada |
2019-01-28 | kbuild: remove unnecessary in-subshell execution | Masahiro Yamada |
2019-01-28 | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) | Masahiro Yamada |
2019-01-28 | kbuild: simplify rules of data compression with size appending | Masahiro Yamada |
2019-01-28 | kbuild: skip 'addtree' and 'flags' magic for external module build | Masahiro Yamada |
2019-01-06 | kbuild: change filechk to surround the given command with { } | Masahiro Yamada |
2019-01-06 | kbuild: remove redundant target cleaning on failure | Masahiro Yamada |
2019-01-06 | kbuild: clean up rule_dtc_dt_yaml | Masahiro Yamada |
2019-01-06 | kbuild: remove UIMAGE_IN and UIMAGE_OUT | Masahiro Yamada |
2018-12-29 | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2018-12-13 | Merge branch 'yaml-bindings-for-v4.21' into dt/next | Rob Herring |
2018-12-13 | kbuild: Add support for DT binding schema checks | Rob Herring |
2018-12-01 | kbuild: remove redundant 'set -e' from filechk_offsets | Masahiro Yamada |
2018-11-30 | kbuild: Enable dtc graph_port warning by default | Rob Herring |
2018-11-30 | kbuild: disable dtc simple_bus_reg warnings by default | Rob Herring |
2018-10-02 | kbuild: consolidate Devicetree dtb build rules | Rob Herring |
2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada |
2018-07-28 | kbuild: do not redirect the first prerequisite for filechk | Masahiro Yamada |
2018-07-19 | kbuild: change ld_flags to contain LDFLAGS_$(@F) | Masahiro Yamada |
2018-07-19 | kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags) | Masahiro Yamada |
2018-06-07 | Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-05-14 | kbuild: disable new dtc graph and unit-address warnings | Rob Herring |
2018-05-05 | kbuild: replace hardcoded bison in cmd_bison_h with $(YACC) | Masahiro Yamada |
2018-04-07 | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers | Masahiro Yamada |
2018-04-07 | kbuild: add %.dtb.S and %.dtb to 'targets' automatically | Masahiro Yamada |
2018-04-07 | genksyms: generate lexer and parser during build instead of shipping | Masahiro Yamada |
2018-04-05 | Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-03-31 | kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h> | Masahiro Yamada |
2018-03-26 | kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a | Masahiro Yamada |
2018-03-26 | kbuild: rename real-objs-y/m to real-obj-y/m | Masahiro Yamada |
2018-03-26 | kbuild: move modname and modname-multi close to modname_flags | Masahiro Yamada |