]> granicus.if.org Git - esp-idf/commitdiff
make: fix build failure on macos with GNU make <= 3.81
authorDavid Cermak <cermak@espressif.com>
Thu, 16 May 2019 12:09:43 +0000 (14:09 +0200)
committerDavid Cermak <cermak@espressif.com>
Thu, 16 May 2019 12:09:43 +0000 (14:09 +0200)
Closes https://github.com/espressif/esp-idf/issues/3459

components/soc/component.mk

index 5535db1eb57e225ef9905d896ee53571a09b3180..22d239cbe07cec31d10f2e7536bf076d32e62b58 100644 (file)
@@ -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