heads/modules/tpmtotp
Trammell Hudson e55a6a4df4
Rework Makefile a bit.
rename TARGET to BOARD (fix #55)
use .INTERMEDIATE trick to avoid building multiple times (fix #52)
Don't touch build/*/.config if we don't have to (fix #51)
2016-11-29 11:28:05 -05:00

45 lines
961 B
Plaintext

modules += tpmtotp
tpmtotp_depends := mbedtls qrencode
tpmtotp_version := git
tpmtotp_repo := https://github.com/osresearch/tpmtotp
#tpmtotp_version := 0.0.1
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
#tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
#tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v0.0.1.tar.gz
#tpmtotp_hash := 8bf2380248fea540a96ad0ff8a4f170b8d93b6bb5fe49b958f9f1926f994823f
tpmtotp_output := \
totp \
base32 \
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 \
tpmtotp_libraries := \
libtpm/libtpm.so \
tpmtotp_configure :=