Skip to content

Commit

Permalink
u-boot.mk: do not force parallel build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sch-m committed Dec 20, 2023
1 parent 2baf4cd commit c7ee906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/u-boot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c7ee906

Please sign in to comment.