There was an error while loading. Please reload this page.
1 parent 2d30ad5 commit 4306723Copy full SHA for 4306723
src/tpm_mgmt/Makefile.am
@@ -39,7 +39,7 @@ sbin_PROGRAMS = tpm_changeownerauth \
39
tpm_selftest
40
41
if TSS_LIB_IS_12
42
-sbin_PROGRAMS += tpm_revokeek tpm_setoperatorauth tpm_resetdalock
+sbin_PROGRAMS += tpm_revokeek tpm_setoperatorauth tpm_resetdalock tpm_restrictsrk
43
AM_CPPFLAGS = -I$(top_builddir)/include -D_LINUX -DTSS_LIB_IS_12
44
else
45
AM_CPPFLAGS = -I$(top_builddir)/include -D_LINUX
@@ -66,4 +66,5 @@ tpm_selftest_SOURCES = tpm_selftest.c
66
tpm_revokeek_SOURCES = tpm_revokeek.c
67
tpm_setoperatorauth_SOURCES = tpm_setoperatorauth.c
68
tpm_resetdalock_SOURCES = tpm_resetdalock.c
69
+tpm_restrictsrk_SOURCES = tpm_restrictsrk.c
70
0 commit comments