From a29f92a26d8e3ca9b1b1e392948fc8603821219f Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 23 Apr 2024 19:14:31 -0400 Subject: [PATCH] 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 --- modules/tpm2-tools | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/tpm2-tools b/modules/tpm2-tools index dbc86ebf..0051a28a 100644 --- a/modules/tpm2-tools +++ b/modules/tpm2-tools @@ -32,9 +32,6 @@ tpm2-tools_configure := \ --prefix "/" \ --disable-fapi \ --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) \ DESTDIR="$(INSTALL)" \