aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott1-5/+5
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott1-5/+5
2018-07-18kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott1-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott1-1/+1
2018-04-07kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-12/+0
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada1-12/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-25kbuild: Add __cc-option macroMatthias Kaehlcke1-6/+0
2016-06-07Shared library supportEmese Revfy1-1/+54
2014-08-19kbuild: handle the dependency of multi-objs hostprogs appropriatelyMasahiro Yamada1-2/+4
2014-07-16kbuild: clean-up and bug fix of scripts/Makefile.hostMasahiro Yamada1-6/+3
2014-07-16kbuild: clean up scripts/Makefile.hostMasahiro Yamada1-7/+3
2014-07-16kbuild: drop shared library support from Makefile.hostMasahiro Yamada1-40/+3
2014-07-16kbuild: fix a bug of C++ host program handlingMasahiro Yamada1-1/+2
2014-07-16kbuild: fix a typo in scripts/Makefile.hostMasahiro Yamada1-1/+1
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+0
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada1-1/+0
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada1-1/+1
2008-04-25kbuild: fix some minor typoesRobert P. J. Day1-6/+6
2007-05-06kbuild: enable use of code from a different dirSam Ravnborg1-7/+7
2006-09-25kbuild: remove debug left-over from Makefile.hostSam Ravnborg1-1/+0
2006-09-25kbuild: create output directory for hostprogs with O=.. buildSam Ravnborg1-5/+16
2006-09-16[PATCH] Add a missing space that prevents building modules that require host programsRoss Biro1-1/+1
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg1-2/+4
2006-06-26Revert "kbuild: fix make -rR breakage"Linus Torvalds1-4/+2
2006-06-24kbuild: fix make -rR breakageSam Ravnborg1-2/+4
2006-06-08kbuild: obj-dirs is calculated incorrectly if hostprogs-y is definedPavel Roskin1-3/+5
2005-07-13[PATCH] kbuild: obey HOSTLOADLIBES_programname for single-file compilationMatthias Urlichs1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+155