diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-12 21:21:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-12 21:21:40 +0000 |
commit | f1d12e3ba1015149b9a010723d6528fd35fcbcc8 (patch) | |
tree | c3d4881d30dd903ac375890808ea11fc14d161d6 /package/boot | |
parent | 2feab056c29754e5af4a45ba0332165cdb240824 (diff) | |
download | master-187ad058-f1d12e3ba1015149b9a010723d6528fd35fcbcc8.tar.gz master-187ad058-f1d12e3ba1015149b9a010723d6528fd35fcbcc8.tar.bz2 master-187ad058-f1d12e3ba1015149b9a010723d6528fd35fcbcc8.zip |
uboot-lantiq: enable parallel building
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot')
-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 078c79c054..90060ef41d 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 |