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