Merge branch 'bugfix/fix_build_make_macos' into 'master'

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

See merge request idf/esp-idf!5010
pull/3513/head
Ivan Grokhotkov 2019-05-20 10:44:49 +08:00
commit 2b301f53e4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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