Skip to content
Snippets Groups Projects
Commit 2f24019b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

tools/libelf: enable parallel builds

SVN-Revision: 33437
parent 56c7b771
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.mr511.de/software/
HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \
......@@ -30,7 +32,7 @@ endef
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR)/lib/ libelf.a
$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/lib/ libelf.a
endef
define Host/Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment