mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02: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:
@@ -89,10 +89,6 @@ WRAP_FUNCTIONS = mbedtls_ssl_handshake_client_step \
|
|||||||
COMPONENT_SRCDIRS += port/dynamic
|
COMPONENT_SRCDIRS += port/dynamic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_MBEDTLS_HARDWARE_MPI
|
|
||||||
WRAP_FUNCTIONS += mbedtls_mpi_exp_mod
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(origin WRAP_FUNCTIONS),undefined)
|
ifneq ($(origin WRAP_FUNCTIONS),undefined)
|
||||||
WRAP_ARGUMENT := -Wl,--wrap=
|
WRAP_ARGUMENT := -Wl,--wrap=
|
||||||
COMPONENT_ADD_LDFLAGS = -l$(COMPONENT_NAME) $(addprefix $(WRAP_ARGUMENT),$(WRAP_FUNCTIONS))
|
COMPONENT_ADD_LDFLAGS = -l$(COMPONENT_NAME) $(addprefix $(WRAP_ARGUMENT),$(WRAP_FUNCTIONS))
|
||||||
|
Reference in New Issue
Block a user