aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-03-29 23:23:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-29 23:23:13 +0000
commitf2ff7a136a152b36b3aa4d0d574796e6edbef24a (patch)
tree2ef8f7b76034556efe50c1a994c66662373867ec /build.sh
parentac7b25a982dfabc8bd69a13c8b8a2ce094e32205 (diff)
parent8590e7e8168462bd86a9abaa60d0c6b635d74cc2 (diff)
Merge "Upgrade TPM2_Plugin to match with the tss stack"
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 41a7ea0..bb2a06e 100644
--- a/build.sh
+++ b/build.sh
@@ -77,6 +77,12 @@ rm -rf tpm2-tools-3.1.0
echo "Build Import utility tool"
cd tpm-util/import
make -f sampleMakefile
-cd ../../
+cd ../..
+echo "Build TPM-Plugin"
+cd TPM2-Plugin
+./bootstrap
+./configure
+sudo make install
+cd ..
sudo ldconfig