aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtpm/Makefile')
-rw-r--r--lib/libtpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtpm/Makefile b/lib/libtpm/Makefile
index bcfe88d..9d32dfc 100644
--- a/lib/libtpm/Makefile
+++ b/lib/libtpm/Makefile
@@ -23,7 +23,7 @@ TARGET = ../libtpm.a
all: $(TARGET)
-SRCS = tpm_drivers.c sha256.c tcgbios.c
+SRCS = tpm_drivers.c sha.c sha256.c sha512.c tcgbios.c
OBJS = $(SRCS:%.c=%.o)