summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-12 21:21:40 +0000
committerJohn Crispin <john@openwrt.org>2014-04-12 21:21:40 +0000
commit3269f57c5894431c84e855da208c1015280fb1a7 (patch)
treef5433ce9f5d27bc39a40f7c5bf3310d2ba038b37 /package/boot
parentdcbaee4e77a00f29588477cc3ab29b298e20443f (diff)
downloadmtk-20170518-3269f57c5894431c84e855da208c1015280fb1a7.zip
mtk-20170518-3269f57c5894431c84e855da208c1015280fb1a7.tar.gz
mtk-20170518-3269f57c5894431c84e855da208c1015280fb1a7.tar.bz2
uboot-lantiq: enable parallel building
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40488
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-lantiq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile
index 078c79c..90060ef 100644
--- a/package/boot/uboot-lantiq/Makefile
+++ b/package/boot/uboot-lantiq/Makefile
@@ -21,6 +21,8 @@ PKG_TARGETS:=bin
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_BUILD_PARALLEL:=1
+
FIRMWARE_LANTIQ_SOURCE:=$(TOPDIR)/target/linux/lantiq/files/firmware/lantiq
include $(INCLUDE_DIR)/package.mk