mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
modules/* : Make sure MAKE_JOBS is passed down
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
05223ca6a3
commit
e841f9bc0d
@ -10,6 +10,7 @@ flashtools_hash := a68cdb4a2e312f96862119a6d829ac900b53d0cbc80caa5632efd43b5b7ee
|
||||
|
||||
flashtools_target := \
|
||||
$(CROSS_TOOLS) \
|
||||
$(MAKE_JOBS) \
|
||||
CFLAGS="-Os -I$(INSTALL)/include" \
|
||||
LDFLAGS="-L$(INSTALL)/lib" \
|
||||
|
||||
|
@ -31,7 +31,7 @@ json-c_configure := \
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX="$(INSTALL)" -DCMAKE_TOOLCHAIN_FILE=../toolchain -DCMAKE_BUILD_TYPE=minsizerel
|
||||
|
||||
json-c_target := \
|
||||
$(CROSS_TOOLS) -C $(build)/$(json-c_dir)/build \
|
||||
$(CROSS_TOOLS) $(MAKE_JOBS) -C $(build)/$(json-c_dir)/build \
|
||||
all install
|
||||
|
||||
json-c_libraries := build/libjson-c.so.5
|
||||
|
@ -10,6 +10,7 @@ tpmtotp_hash := eaac1e8f652f1da7f5a1ed6a8cfefb6511f1e5e1dabf93b44db3b29c18c5ae53
|
||||
|
||||
tpmtotp_target := \
|
||||
$(CROSS_TOOLS) \
|
||||
$(MAKE_JOBS) \
|
||||
CFLAGS="-I$(INSTALL)/include -Os" \
|
||||
LDFLAGS="-L$(INSTALL)/lib" \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user