diff options
author | John Crispin <john@openwrt.org> | 2014-04-12 21:21:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-12 21:21:40 +0000 |
commit | 3269f57c5894431c84e855da208c1015280fb1a7 (patch) | |
tree | f5433ce9f5d27bc39a40f7c5bf3310d2ba038b37 /package/boot/uboot-lantiq/Makefile | |
parent | dcbaee4e77a00f29588477cc3ab29b298e20443f (diff) | |
download | mtk-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/uboot-lantiq/Makefile')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 2 |
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 |