summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:18:07 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:18:07 +0000
commit5315b2a6de7427ea36774ac71b8d4d1fef3271f5 (patch)
treeba86f6c98613458d7b7298fd05bf950a1916287d /tools
parent3ea1118c0485b65fa1139f869b70f101393600e5 (diff)
tools/e2fsprogs: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/e2fsprogs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 665ca0dcd..9f5bcc4b8 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -15,6 +15,8 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/e2fsprogs
+HOST_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/host-build.mk
HOST_CFLAGS += $(FPIC)