diff --git a/components/soc/component.mk b/components/soc/component.mk index 5535db1eb..22d239cbe 100644 --- a/components/soc/component.mk +++ b/components/soc/component.mk @@ -1,6 +1,6 @@ SOC_NAME := $(IDF_TARGET) -COMPONENT_SRCDIRS := $(SOC_NAME) src/ src/hal +COMPONENT_SRCDIRS := $(SOC_NAME) src src/hal COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include