summaryrefslogtreecommitdiffstats
path: root/include/u-boot.mk
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2023-11-16 14:10:46 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-11-19 17:18:30 +0100
commit5a64a482a24f79d246aea43191157aaf318622b8 (patch)
treeaf5545b99447e8edd98e2aa5919270c875ba86be /include/u-boot.mk
parent626344c9926dcf2db2e10681c19aab0328fee160 (diff)
downloadopenwrt-5a64a482a24f79d246aea43191157aaf318622b8.tar.gz
openwrt-5a64a482a24f79d246aea43191157aaf318622b8.tar.bz2
openwrt-5a64a482a24f79d246aea43191157aaf318622b8.zip
u-boot.mk: do not force parallel build
Some patched u-boots may have problems with parallel build. Do not enforce parallel build here so one can set PKG_BUILD_PARALLEL:=0 in the specific u-boot Makefile also before including the u-boot.mk. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'include/u-boot.mk')
-rw-r--r--include/u-boot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u-boot.mk b/include/u-boot.mk
index 2b8106410f..280c6e35a1 100644
--- a/include/u-boot.mk
+++ b/include/u-boot.mk
@@ -16,7 +16,7 @@ PKG_FLAGS:=nonshared
PKG_LICENSE:=GPL-2.0 GPL-2.0+
PKG_LICENSE_FILES:=Licenses/README
-PKG_BUILD_PARALLEL:=1
+PKG_BUILD_PARALLEL ?= 1
export GCC_HONOUR_COPTS=s