Skip to content

Commit

Permalink
pkg: openthread: do not hardcode number of parallel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundogan committed Jul 3, 2020
1 parent 7aa499d commit 8356b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openthread/Makefile
Expand Up @@ -48,7 +48,7 @@ $(BINDIR)/openthread-cli.a: $(BINDIR)/openthread-$(TD).a
@cp $(OT_LIB_DIR)/libopenthread-cli-$(TD).a $@

$(OT_LIB_DIR)/libopenthread-$(TD).a: $(PKG_BUILD_DIR)/Makefile
$(MAKE) -C $(PKG_BUILD_DIR) -j4 --no-print-directory install DESTDIR=$(PKG_BUILD_DIR)/output PREFIX=/
$(MAKE) -C $(PKG_BUILD_DIR) --no-print-directory install DESTDIR=$(PKG_BUILD_DIR)/output PREFIX=/
$(Q)printf "OpenThread built for %s device\n" $(TD)

$(PKG_BUILD_DIR)/Makefile: $(PKG_BUILD_DIR)/configure
Expand Down

0 comments on commit 8356b93

Please sign in to comment.