uboot-lantiq: enable parallel building
authorJohn Crispin <john@openwrt.org>
Sat, 12 Apr 2014 21:21:40 +0000 (21:21 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 12 Apr 2014 21:21:40 +0000 (21:21 +0000)
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40488

package/boot/uboot-lantiq/Makefile

index 078c79c0549ac90be84e0f78855526029603c728..90060ef41d002e81eb68edf3351c58e4af71f3bb 100644 (file)
@@ -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