mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
mbedtls: remove wrap from component.mk as well
Note: This was not required in original MR, as master branch does not support GNU Make.
This commit is contained in:
parent
7a8c8f8576
commit
70936f4c92
@ -75,10 +75,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))
|
||||
|
Loading…
Reference in New Issue
Block a user