Skip to content

Instantly share code, notes, and snippets.

@noctarius
Last active January 13, 2020 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noctarius/60e5f288927a1a915ebdcec52ebe674d to your computer and use it in GitHub Desktop.
Save noctarius/60e5f288927a1a915ebdcec52ebe674d to your computer and use it in GitHub Desktop.
################################################################################
#
# tpm2-tss-engine
#
################################################################################
TPM2_TSS_ENGINE_VERSION = 1.0.1
TPM2_TSS_ENGINE_SOURCE = tpm2-tss-engine-$(TPM2_TSS_ENGINE_VERSION).tar.gz
TPM2_TSS_ENGINE_SITE = https://github.com/tpm2-software/tpm2-tss-engine/releases/download/v$(TPM2_TSS_ENGINE_VERSION)
TPM2_TSS_ENGINE_LICENSE = BSD-2-Clause
TPM2_TSS_ENGINE_LICENSE_FILES = LICENSE
TPM2_TSS_ENGINE_DEPENDENCIES = tpm2-tss openssl host-pkgconf
TPM2_TSS_ENGINE_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"
$(eval $(autotools-package))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment