mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
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:
@@ -1,6 +1,6 @@
|
|||||||
SOC_NAME := $(IDF_TARGET)
|
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
|
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user