From ff7506ff39eb948c7b1a7d92c9cc07fbe357618d Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Mon, 9 Dec 2024 14:44:05 -0800 Subject: [PATCH] add missing slash --- .../examples/wolfssl_test/components/wolfssl/component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/Espressif/ESP-IDF/examples/wolfssl_test/components/wolfssl/component.mk b/IDE/Espressif/ESP-IDF/examples/wolfssl_test/components/wolfssl/component.mk index 0811ea2b02..9678bc6b55 100644 --- a/IDE/Espressif/ESP-IDF/examples/wolfssl_test/components/wolfssl/component.mk +++ b/IDE/Espressif/ESP-IDF/examples/wolfssl_test/components/wolfssl/component.mk @@ -291,5 +291,5 @@ COMPONENT_SRCDIRS += $(WOLFSSL_ROOT)/wolfcrypt/test ## wolfcrypt ## # COMPONENT_PRIV_INCLUDEDIRS += $(PROJECT_PATH)/components/wolfssl/include -COMPONENT_SRCDIRS += $(WOLFSSL_ROOT)wolfcrypt/src +COMPONENT_SRCDIRS += $(WOLFSSL_ROOT)/wolfcrypt/src $(info ********** end wolfssl component **********)