From 75a5c2f1e65277d8b6333243036e8b59d5b2a6ec Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 23 Apr 2024 10:46:24 -0400 Subject: [PATCH] tpm2 modules: remove sysroot and unneeded duplicated Makefile tweaks now passed from golbal Makefile sysroot (TODO: generalize) Signed-off-by: Thierry Laurion --- modules/tpm2-tools | 3 --- modules/tpm2-tss | 1 - 2 files changed, 4 deletions(-) diff --git a/modules/tpm2-tools b/modules/tpm2-tools index 9d4f1247..bba25bc5 100644 --- a/modules/tpm2-tools +++ b/modules/tpm2-tools @@ -32,9 +32,6 @@ tpm2-tools_configure := \ --prefix "/" \ --disable-fapi \ CFLAGS="-fdebug-prefix-map=$(INSTALL)=." \ - --with-sysroot=$(INSTALL) \ - TSS2_ESYS_3_0_CFLAGS="-I$(INSTALL)/include" \ - TSS2_ESYS_3_0_LIBS="-ltss2-esys -L$(INSTALL)/lib" \ tpm2-tools_target := $(MAKE_JOBS) \ DESTDIR="$(INSTALL)" \ diff --git a/modules/tpm2-tss b/modules/tpm2-tss index 91e1a26c..c8c1c84e 100644 --- a/modules/tpm2-tss +++ b/modules/tpm2-tss @@ -21,7 +21,6 @@ tpm2-tss_configure := aclocal && automake --add-missing && autoreconf -fi \ $(CROSS_TOOLS) \ --host $(MUSL_ARCH)-elf-linux \ --prefix "/" \ - --with-sysroot=$(INSTALL) \ --disable-doxygen-doc \ --disable-doxygen-html \ --disable-doxygen-man \