From 2a53c604535d88142decb53d6b147f0f8a82d2e0 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Mon, 26 Dec 2016 09:52:40 -0500 Subject: [PATCH] use the mega TPM binary instead of the individual ones --- modules/tpmtotp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/modules/tpmtotp b/modules/tpmtotp index d477378..8366e1d 100644 --- a/modules/tpmtotp +++ b/modules/tpmtotp @@ -18,25 +18,7 @@ tpmtotp_output := \ qrenc \ sealtotp.sh \ unsealtotp.sh \ - util/nv \ - util/nv_definespace \ - util/nv_readvalue \ - util/nv_writevalue \ - util/clearown \ - util/takeown \ - util/forceclear \ - util/pcrreset \ - util/physicaldisable \ - util/physicalenable \ - util/physicalpresence \ - util/physicalsetdeactivated \ - util/getcapability \ - util/sealfile2 \ - util/unsealfile \ - util/counter_create \ - util/counter_increment \ - util/counter_read \ - util/counter_release \ + util/tpm \ tpmtotp_libraries := \ libtpm/libtpm.so \