X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Flibelf%2FMakefile;h=8036b6f1890f550ee86214398942346dea735bcd;hb=427c57cc606dfc47f54419a672d89d96d2f08b5e;hp=f38d70d09b189a098e64dfb60352f7b9a374f5b7;hpb=b7fae73a932b89c309315c0bfeb6b787e8eea4e6;p=openwrt-github%2F.git diff --git a/tools/libelf/Makefile b/tools/libelf/Makefile index f38d70d09b..8036b6f189 100644 --- a/tools/libelf/Makefile +++ b/tools/libelf/Makefile @@ -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