From 0edeb78d601a605d4fee9cfd531bf62b6a4ad992 Mon Sep 17 00:00:00 2001 From: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: Thu, 7 Nov 2019 16:48:34 +0100 Subject: [PATCH] endptmngr: support parallell build. --- endptmngr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/endptmngr/Makefile b/endptmngr/Makefile index b39ed26d7..c6497d3ec 100644 --- a/endptmngr/Makefile +++ b/endptmngr/Makefile @@ -29,6 +29,7 @@ RSTRIP:=true export BUILD_DIR PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILD_PARALLEL:=1 -- GitLab