Skip to content

Commit

Permalink
Fix building without MAKE_JOBS
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
  • Loading branch information
SergiiDmytruk committed Jul 6, 2021
1 parent aefc9be commit 7efe7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/musl-cross
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CROSS_PATH ?= $(pwd)/crossgcc
musl-cross_target := \
OUTPUT="$(CROSS_PATH)" \
MAKE="$(MAKE)" \
"$(MAKE_JOBS)" \
$(MAKE_JOBS) \
musl-target

CROSS := $(CROSS_PATH)/bin/$(subst -,_,$(CONFIG_MUSL_TARGET))-linux-musl-
Expand Down

0 comments on commit 7efe7ce

Please sign in to comment.