summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.host
Commit message (Expand)AuthorAgeFilesLines
* kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada2020-08-101-6/+4
* kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada2020-08-101-28/+2
* kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada2020-05-121-2/+2
* gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada2020-04-091-22/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-4/+4
* kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-11/+11
* kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2019-08-141-0/+17
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-1/+1
|\
| * kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-111-1/+1
* | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
|/
* kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada2019-05-181-7/+5
* kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-021-1/+1
* kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada2019-01-281-2/+4
* kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-181-5/+5
* kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-181-5/+5
* kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott2018-07-181-1/+1
* kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-1/+1
* kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry2018-04-071-1/+1
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-12/+0
|\
| * kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-12/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* kbuild: Add __cc-option macroMatthias Kaehlcke2017-06-251-6/+0
* Shared library supportEmese Revfy2016-06-071-1/+54
* kbuild: handle the dependency of multi-objs hostprogs appropriatelyMasahiro Yamada2014-08-191-2/+4
* kbuild: clean-up and bug fix of scripts/Makefile.hostMasahiro Yamada2014-07-161-6/+3
* kbuild: clean up scripts/Makefile.hostMasahiro Yamada2014-07-161-7/+3
* kbuild: drop shared library support from Makefile.hostMasahiro Yamada2014-07-161-40/+3
* kbuild: fix a bug of C++ host program handlingMasahiro Yamada2014-07-161-1/+2
* kbuild: fix a typo in scripts/Makefile.hostMasahiro Yamada2014-07-161-1/+1
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-06-121-1/+0
|\
| * kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-101-1/+0
* | kbuild: trivial - remove trailing spacesMasahiro Yamada2014-04-301-1/+1
|/
* kbuild: fix some minor typoesRobert P. J. Day2008-04-251-6/+6
* kbuild: enable use of code from a different dirSam Ravnborg2007-05-061-7/+7
* kbuild: remove debug left-over from Makefile.hostSam Ravnborg2006-09-251-1/+0
* kbuild: create output directory for hostprogs with O=.. buildSam Ravnborg2006-09-251-5/+16
* [PATCH] Add a missing space that prevents building modules that require host ...Ross Biro2006-09-161-1/+1
* kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg2006-07-011-2/+4
* Revert "kbuild: fix make -rR breakage"Linus Torvalds2006-06-261-4/+2
* kbuild: fix make -rR breakageSam Ravnborg2006-06-241-2/+4
* kbuild: obj-dirs is calculated incorrectly if hostprogs-y is definedPavel Roskin2006-06-081-3/+5
* [PATCH] kbuild: obey HOSTLOADLIBES_programname for single-file compilationMatthias Urlichs2005-07-131-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+155