make: fix build failure on macos with GNU make <= 3.81

Closes https://github.com/espressif/esp-idf/issues/3459
This commit is contained in:
David Cermak 2019-05-16 14:09:43 +02:00
parent 6cdfde094d
commit 8f91d730da

View 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