Browse Source

mbedtls: remove wrap from component.mk as well

Note: This was not required in original MR, as master branch does
not support GNU Make.
Mahavir Jain 4 years ago
parent
commit
a28e0bf064
1 changed files with 0 additions and 4 deletions
  1. 0 4
      components/mbedtls/component.mk

+ 0 - 4
components/mbedtls/component.mk

@@ -89,10 +89,6 @@ WRAP_FUNCTIONS = mbedtls_ssl_handshake_client_step \
 COMPONENT_SRCDIRS += port/dynamic
 endif
 
-ifdef CONFIG_MBEDTLS_HARDWARE_MPI
-WRAP_FUNCTIONS += mbedtls_mpi_exp_mod
-endif
-
 ifneq ($(origin WRAP_FUNCTIONS),undefined)
 WRAP_ARGUMENT := -Wl,--wrap=
 COMPONENT_ADD_LDFLAGS = -l$(COMPONENT_NAME) $(addprefix $(WRAP_ARGUMENT),$(WRAP_FUNCTIONS))