mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
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:
parent
e5c55d79e3
commit
75a5c2f1e6
@ -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)" \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user