From: David Cermak Date: Thu, 16 May 2019 12:09:43 +0000 (+0200) Subject: make: fix build failure on macos with GNU make <= 3.81 X-Git-Tag: v4.0-beta1~328^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f91d730da4ad8c68cf4284da50be3002dde98ce;p=esp-idf make: fix build failure on macos with GNU make <= 3.81 Closes https://github.com/espressif/esp-idf/issues/3459 --- diff --git a/components/soc/component.mk b/components/soc/component.mk index 5535db1eb5..22d239cbe0 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