Skip to content

Commit

Permalink
Added missing symbol to compile tpmtools
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 30, 2024
1 parent bc15359 commit f901970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ WOLFDIR = $(WOLFBOOTDIR)/lib/wolfssl/
WOLFTPMDIR = $(WOLFBOOTDIR)/lib/wolfTPM/
CFLAGS = -Wall -Wextra -Werror
CFLAGS += -DWOLFSSL_USER_SETTINGS -DWOLFTPM_USER_SETTINGS -DWOLFBOOT_TPM -DHAVE_NETDB_H
CFLAGS += -DXSTRTOL=strtol
CFLAGS += -I. -I$(WOLFDIR) -I$(WOLFTPMDIR) -I$(WOLFBOOTDIR)/include
LDFLAGS =
OBJDIR = ./
Expand Down

0 comments on commit f901970

Please sign in to comment.