tpm2-software / tpm2-tcti-uefi

TCTI module for use with TSS2 libraries in UEFI environment
BSD 2-Clause "Simplified" License
32 stars 17 forks source link

build: Link get-capability example with tcg2-util.o. #4

Closed flihp closed 6 years ago

flihp commented 6 years ago

Previously this executable was linked with libtss2-tcti-uefi.a so all required symbols were available. This makes the build rules a bit confusing since it's not clear whether or not the TCTI is actually being used by the executable (without reading the code directly).

Signed-off-by: Philip Tricca philip.b.tricca@intel.com