summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-02-09 13:34:21 +0100
committerJo-Philipp Wich <jo@mein.io>2017-12-13 14:24:59 +0100
commita7fc27edcecd1fa5b6988fc10bc382b9cc9774fa (patch)
tree0d87180959eaba954cf28a300a7855fb43420e14 /include
parent94f079e338d69f885645d2c99f235626b0ad2137 (diff)
downloadmtk-20170518-a7fc27edcecd1fa5b6988fc10bc382b9cc9774fa.zip
mtk-20170518-a7fc27edcecd1fa5b6988fc10bc382b9cc9774fa.tar.gz
mtk-20170518-a7fc27edcecd1fa5b6988fc10bc382b9cc9774fa.tar.bz2
build: make Host/Install/Default use Host/Compile/Default with an extra argument
Allows parallelizing compile steps that might be necessary during install Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit fe1e3622a271386ea0413c97d9884e9935e17f11)
Diffstat (limited to 'include')
-rw-r--r--include/host-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index b5f1a6b..cb4d45e 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -110,7 +110,7 @@ define Host/Compile
endef
define Host/Install/Default
- $(_SINGLE)$(MAKE) -C $(HOST_BUILD_DIR) install
+ $(call Host/Compile/Default,install)
endef
define Host/Install