mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
modules/* : WiP for tpm2-* while having added MAKE_JOBS to modules that were missing it to propogate build optimizations per module, while still impossible to call make -j 12 on main make call
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
e841f9bc0d
commit
a29f92a26d
@ -32,9 +32,6 @@ tpm2-tools_configure := \
|
|||||||
--prefix "/" \
|
--prefix "/" \
|
||||||
--disable-fapi \
|
--disable-fapi \
|
||||||
--with-sysroot=$(INSTALL) \
|
--with-sysroot=$(INSTALL) \
|
||||||
TSS2_ESYS_3_0_CFLAGS="-I$(INSTALL)/include" \
|
|
||||||
TSS2_ESYS_3_0_LIBS="-ltss2-esys -L$(INSTALL)/lib" \
|
|
||||||
CFLAGS="-fdebug-prefix-map=$(INSTALL)=." \
|
|
||||||
|
|
||||||
tpm2-tools_target := $(MAKE_JOBS) \
|
tpm2-tools_target := $(MAKE_JOBS) \
|
||||||
DESTDIR="$(INSTALL)" \
|
DESTDIR="$(INSTALL)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user