From: blogic Date: Sat, 12 Apr 2014 21:21:40 +0000 (+0000) Subject: uboot-lantiq: enable parallel building X-Git-Url: https://git.enpas.org/?p=openwrt.git;a=commitdiff_plain;h=fc76ed2f1ee1cedf23c4c53073ac812fef682781 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 --- 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