heads/modules/tpmtotp
Trammell Hudson 4fbd6ca58b
Make coreboot building modular to support multiple boards.
This touches most of the module configurations since the
coreboot build process had to add a few new features.
The Linux kernel could make use of it as well if we need
separate x230/chell/qemu kernels, for instance.
2016-11-23 12:11:08 -05:00

46 lines
994 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 :=
tpmtotp_config := tpmtotp.config