aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.host
AgeCommit message (Expand)AuthorFilesLines
14 dayskbuild: use $(obj)/ instead of $(src)/ for common pattern rulesGravatar Masahiro Yamada 1-2/+2
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveGravatar Miguel Ojeda 1-1/+1
2023-10-14rust: Respect HOSTCC when linking for hostGravatar Matthew Maurer 1-0/+2
2023-07-24kbuild: rust: avoid creating temporary filesGravatar Miguel Ojeda 1-1/+5
2023-01-22kbuild: remove sed commands after rustc rulesGravatar Masahiro Yamada 1-2/+1
2023-01-22kbuild: specify output names separately for each emission type from rustcGravatar Masahiro Yamada 1-4/+3
2023-01-22kbuild: refactor host*_flagsGravatar Masahiro Yamada 1-10/+8
2022-09-28Kbuild: add Rust supportGravatar Miguel Ojeda 1-3/+31
2020-08-10kbuild: sort hostprogs before passing it to ifneqGravatar Masahiro Yamada 1-6/+4
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileGravatar Masahiro Yamada 1-28/+2
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyGravatar Masahiro Yamada 1-2/+2
2020-04-09gcc-plugins: drop support for GCC <= 4.7Gravatar Masahiro Yamada 1-22/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-4/+4
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Gravatar Masahiro Yamada 1-11/+11
2019-08-14kbuild: move flex and bison rules to Makefile.hostGravatar Masahiro Yamada 1-0/+17
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeGravatar Masahiro Yamada 1-1/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsGravatar Masahiro Yamada 1-7/+5
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildGravatar Masahiro Yamada 1-1/+1
2019-01-28kbuild: skip 'addtree' and 'flags' magic for external module buildGravatar Masahiro Yamada 1-2/+4
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSGravatar Laura Abbott 1-5/+5
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSGravatar Laura Abbott 1-5/+5
2018-07-18kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSGravatar Laura Abbott 1-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSGravatar Laura Abbott 1-1/+1
2018-04-07kbuild: use HOSTLDFLAGS for single .c executablesGravatar Robin Jarry 1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-12/+0
2017-11-16kbuild: create object directories simpler and fasterGravatar Masahiro Yamada 1-12/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-25kbuild: Add __cc-option macroGravatar Matthias Kaehlcke 1-6/+0
2016-06-07Shared library supportGravatar Emese Revfy 1-1/+54
2014-08-19kbuild: handle the dependency of multi-objs hostprogs appropriatelyGravatar Masahiro Yamada 1-2/+4
2014-07-16kbuild: clean-up and bug fix of scripts/Makefile.hostGravatar Masahiro Yamada 1-6/+3
2014-07-16kbuild: clean up scripts/Makefile.hostGravatar Masahiro Yamada 1-7/+3
2014-07-16kbuild: drop shared library support from Makefile.hostGravatar Masahiro Yamada 1-40/+3
2014-07-16kbuild: fix a bug of C++ host program handlingGravatar Masahiro Yamada 1-1/+2
2014-07-16kbuild: fix a typo in scripts/Makefile.hostGravatar Masahiro Yamada 1-1/+1
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-1/+0
2014-06-10kbuild: trivial - remove trailing empty linesGravatar Masahiro Yamada 1-1/+0
2014-04-30kbuild: trivial - remove trailing spacesGravatar Masahiro Yamada 1-1/+1
2008-04-25kbuild: fix some minor typoesGravatar Robert P. J. Day 1-6/+6
2007-05-06kbuild: enable use of code from a different dirGravatar Sam Ravnborg 1-7/+7
2006-09-25kbuild: remove debug left-over from Makefile.hostGravatar Sam Ravnborg 1-1/+0
2006-09-25kbuild: create output directory for hostprogs with O=.. buildGravatar Sam Ravnborg 1-5/+16
2006-09-16[PATCH] Add a missing space that prevents building modules that require host ...Gravatar Ross Biro 1-1/+1
2006-07-01kbuild: fix ia64 breakage after introducing make -rRGravatar Sam Ravnborg 1-2/+4
2006-06-26Revert "kbuild: fix make -rR breakage"Gravatar Linus Torvalds 1-4/+2
2006-06-24kbuild: fix make -rR breakageGravatar Sam Ravnborg 1-2/+4
2006-06-08kbuild: obj-dirs is calculated incorrectly if hostprogs-y is definedGravatar Pavel Roskin 1-3/+5
2005-07-13[PATCH] kbuild: obey HOSTLOADLIBES_programname for single-file compilationGravatar Matthias Urlichs 1-1/+2