Skip to content

Commit

Permalink
Removed duplicated object
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 28, 2024
1 parent 4f06f72 commit 0283485
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -722,11 +722,6 @@ ifeq ($(WOLFCRYPT_TZ_PKCS11),1)
ifeq ($(findstring ECC,$(SIGN)),)
WOLFCRYPT_OBJS+=./lib/wolfssl/wolfcrypt/src/ecc.o
endif
ifeq ($(findstring RSA,$(SIGN)),)
ifeq ($(findstring ECC,$(SIGN)),)
WOLFCRYPT_OBJS+=$(MATH_OBJS) ./lib/wolfssl/wolfcrypt/src/wolfmath.o
endif
endif
endif

OBJS+=$(PUBLIC_KEY_OBJS)
Expand Down

0 comments on commit 0283485

Please sign in to comment.