From 034b792b90b2c2ebd107b9d285137d40da57fc84 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 18 Dec 2011 18:07:47 +0100 Subject: added Attestation IMC/IMV to UML build --- testing/scripts/build-umlrootfs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index f521f9c1c..068882b80 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -237,6 +237,16 @@ then echo -n " --enable-imv-scanner" >> $INSTALLSHELL fi +if [ "$USE_IMC_ATTESTATION" = "yes" ] +then + echo -n " --enable-imc-attestation" >> $INSTALLSHELL +fi + +if [ "$USE_IMV_ATTESTATION" = "yes" ] +then + echo -n " --enable-imv-attestation" >> $INSTALLSHELL +fi + if [ "$USE_SQL" = "yes" ] then echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL -- cgit v1.2.3