Age | Commit message (Expand) | Author |
2024-09-08 | kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host | Masahiro Yamada |
2024-06-26 | kbuild: Use $(obj)/%.cc to fix host C++ module builds | Nicolas Schier |
2024-05-10 | kbuild: use $(obj)/ instead of $(src)/ for common pattern rules | Masahiro Yamada |
2024-02-29 | kbuild: mark `rustc` (and others) invocations as recursive | Miguel Ojeda |
2023-10-14 | rust: Respect HOSTCC when linking for host | Matthew Maurer |
2023-07-24 | kbuild: rust: avoid creating temporary files | Miguel Ojeda |
2023-01-22 | kbuild: remove sed commands after rustc rules | Masahiro Yamada |
2023-01-22 | kbuild: specify output names separately for each emission type from rustc | Masahiro Yamada |
2023-01-22 | kbuild: refactor host*_flags | Masahiro Yamada |
2022-09-28 | Kbuild: add Rust support | Miguel Ojeda |
2020-08-10 | kbuild: sort hostprogs before passing it to ifneq | Masahiro Yamada |
2020-08-10 | kbuild: move host .so build rules to scripts/gcc-plugins/Makefile | Masahiro Yamada |
2020-05-12 | kbuild: use -MMD instead of -MD to exclude system headers from dependency | Masahiro Yamada |
2020-04-09 | gcc-plugins: drop support for GCC <= 4.7 | Masahiro Yamada |
2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada |
2019-09-04 | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) | Masahiro Yamada |
2019-08-14 | kbuild: move flex and bison rules to Makefile.host | Masahiro Yamada |
2019-07-12 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2019-07-11 | kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree | Masahiro Yamada |
2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab |
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-01-28 | kbuild: skip 'addtree' and 'flags' magic for external module build | Masahiro Yamada |
2018-07-18 | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS | Laura Abbott |
2018-07-18 | kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS | Laura Abbott |
2018-07-18 | kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGS | Laura Abbott |
2018-07-18 | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott |
2018-04-07 | kbuild: use HOSTLDFLAGS for single .c executables | Robin Jarry |
2017-11-17 | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2017-11-16 | kbuild: create object directories simpler and faster | Masahiro Yamada |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-06-25 | kbuild: Add __cc-option macro | Matthias Kaehlcke |
2016-06-07 | Shared library support | Emese Revfy |
2014-08-19 | kbuild: handle the dependency of multi-objs hostprogs appropriately | Masahiro Yamada |
2014-07-16 | kbuild: clean-up and bug fix of scripts/Makefile.host | Masahiro Yamada |
2014-07-16 | kbuild: clean up scripts/Makefile.host | Masahiro Yamada |
2014-07-16 | kbuild: drop shared library support from Makefile.host | Masahiro Yamada |
2014-07-16 | kbuild: fix a bug of C++ host program handling | Masahiro Yamada |
2014-07-16 | kbuild: fix a typo in scripts/Makefile.host | Masahiro Yamada |
2014-06-12 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds |
2014-06-10 | kbuild: trivial - remove trailing empty lines | Masahiro Yamada |
2014-04-30 | kbuild: trivial - remove trailing spaces | Masahiro Yamada |
2008-04-25 | kbuild: fix some minor typoes | Robert P. J. Day |
2007-05-06 | kbuild: enable use of code from a different dir | Sam Ravnborg |
2006-09-25 | kbuild: remove debug left-over from Makefile.host | Sam Ravnborg |
2006-09-25 | kbuild: create output directory for hostprogs with O=.. build | Sam Ravnborg |
2006-09-16 | [PATCH] Add a missing space that prevents building modules that require host ... | Ross Biro |
2006-07-01 | kbuild: fix ia64 breakage after introducing make -rR | Sam Ravnborg |
2006-06-26 | Revert "kbuild: fix make -rR breakage" | Linus Torvalds |
2006-06-24 | kbuild: fix make -rR breakage | Sam Ravnborg |