From 6085518bcb4cdc4a639ce0135c54862a8e264f9d Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Mon, 8 Nov 2021 14:16:50 +0800 Subject: [PATCH] fix (gdbstub): added xtensa, esp32 as public includes in component.mk Closes https://github.com/espressif/esp-idf/issues/7846 --- components/esp_gdbstub/component.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_gdbstub/component.mk b/components/esp_gdbstub/component.mk index 97dfce265f..444d0dd91e 100644 --- a/components/esp_gdbstub/component.mk +++ b/components/esp_gdbstub/component.mk @@ -1,4 +1,4 @@ -COMPONENT_ADD_INCLUDEDIRS := include -COMPONENT_PRIV_INCLUDEDIRS := private_include esp32 xtensa +COMPONENT_ADD_INCLUDEDIRS := include xtensa esp32 +COMPONENT_PRIV_INCLUDEDIRS := private_include esp32 COMPONENT_SRCDIRS := src esp32 xtensa COMPONENT_ADD_LDFRAGMENTS += linker.lf