tpm2 modules: remove sysroot and unneeded duplicated Makefile tweaks now passed from golbal Makefile sysroot (TODO: generalize)

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-04-23 10:46:24 -04:00
parent e5c55d79e3
commit 75a5c2f1e6
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
2 changed files with 0 additions and 4 deletions

View File

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

View File

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