diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:18:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:18:07 +0000 |
commit | 54bd532d15ce5996b29cf616bb89f70663a31637 (patch) | |
tree | b07a6e6d1412f330a93d045df53b31aa18a76be3 /tools/e2fsprogs/Makefile | |
parent | 0250047a7928f31da7c6cb8d4dcce5c6fad3ef81 (diff) | |
download | upstream-54bd532d15ce5996b29cf616bb89f70663a31637.tar.gz upstream-54bd532d15ce5996b29cf616bb89f70663a31637.tar.bz2 upstream-54bd532d15ce5996b29cf616bb89f70663a31637.zip |
tools/e2fsprogs: enable parallel builds
SVN-Revision: 33440
Diffstat (limited to 'tools/e2fsprogs/Makefile')
-rw-r--r-- | tools/e2fsprogs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 665ca0dcd4..9f5bcc4b80 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) |