aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.host
AgeCommit message (Expand)Author
2020-08-10kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada
2020-08-10kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada
2020-05-12kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada
2020-04-09gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-08-14kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada
2019-01-28kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-04-07kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-25kbuild: Add __cc-option macroMatthias Kaehlcke
2016-06-07Shared library supportEmese Revfy
2014-08-19kbuild: handle the dependency of multi-objs hostprogs appropriatelyMasahiro Yamada
2014-07-16kbuild: clean-up and bug fix of scripts/Makefile.hostMasahiro Yamada
2014-07-16kbuild: clean up scripts/Makefile.hostMasahiro Yamada
2014-07-16kbuild: drop shared library support from Makefile.hostMasahiro Yamada
2014-07-16kbuild: fix a bug of C++ host program handlingMasahiro Yamada
2014-07-16kbuild: fix a typo in scripts/Makefile.hostMasahiro Yamada
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada
2008-04-25kbuild: fix some minor typoesRobert P. J. Day
2007-05-06kbuild: enable use of code from a different dirSam Ravnborg
2006-09-25kbuild: remove debug left-over from Makefile.hostSam Ravnborg
2006-09-25kbuild: create output directory for hostprogs with O=.. buildSam Ravnborg
2006-09-16[PATCH] Add a missing space that prevents building modules that require host ...Ross Biro
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg
2006-06-26Revert "kbuild: fix make -rR breakage"Linus Torvalds
2006-06-24kbuild: fix make -rR breakageSam Ravnborg
2006-06-08kbuild: obj-dirs is calculated incorrectly if hostprogs-y is definedPavel Roskin
2005-07-13[PATCH] kbuild: obey HOSTLOADLIBES_programname for single-file compilationMatthias Urlichs
2005-04-16Linux-2.6.12-rc2Linus Torvalds