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:
Thierry Laurion 2024-04-23 19:14:31 -04:00
parent e841f9bc0d
commit a29f92a26d
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -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)" \