mbedtls: remove wrap from component.mk as well

Note: This was not required in original MR, as master branch does
not support GNU Make.
pull/8102/head
Mahavir Jain 2021-12-02 17:13:31 +05:30
rodzic 7fe9d41e33
commit a28e0bf064
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -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))