fix (gdbstub): added xtensa, esp32 as public includes in component.mk

Closes https://github.com/espressif/esp-idf/issues/7846
This commit is contained in:
Jakob Hasse
2021-11-08 14:16:50 +08:00
parent 98d34e5f6d
commit 6085518bcb

View File

@@ -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