add -v option to print variable TPM capabilites

This commit is contained in:
thomas
2017-04-16 20:41:12 +02:00
parent faeb14b17f
commit 31fc059693
4 changed files with 223 additions and 148 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# Copyright (c) Infineon Technologies AG
CC=gcc
CFLAGS=-Wall -Wextra
CFLAGS=-Wall -Wextra -g
all: eltt2
@@ -10,4 +10,4 @@ eltt2: eltt2.c eltt2.h
$(CC) $(CFLAGS) eltt2.c -o eltt2
clean:
rm -rf eltt2
rm -rf eltt2