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>
This commit is contained in:
Felix Fietkau 2017-02-09 13:34:21 +01:00
parent 202ae4cc6a
commit fe1e3622a2
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,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