From f1d12e3ba1015149b9a010723d6528fd35fcbcc8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 12 Apr 2014 21:21:40 +0000 Subject: uboot-lantiq: enable parallel building Signed-off-by: Daniel Schwierzeck git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40488 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-lantiq/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/boot/uboot-lantiq') 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 -- cgit v1.2.3