mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
build: Fix warning if the auto.conf does not exist
esp-idf/make/common.mk:10 some/include/config/auto.conf: No such file or directory
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# (Note that we only rebuild this makefile automatically for some
|
# (Note that we only rebuild this makefile automatically for some
|
||||||
# targets, see project_config.mk for details.)
|
# targets, see project_config.mk for details.)
|
||||||
SDKCONFIG_MAKEFILE ?= $(abspath $(BUILD_DIR_BASE)/include/config/auto.conf)
|
SDKCONFIG_MAKEFILE ?= $(abspath $(BUILD_DIR_BASE)/include/config/auto.conf)
|
||||||
include $(SDKCONFIG_MAKEFILE)
|
-include $(SDKCONFIG_MAKEFILE)
|
||||||
export SDKCONFIG_MAKEFILE # sub-makes (like bootloader) will reuse this path
|
export SDKCONFIG_MAKEFILE # sub-makes (like bootloader) will reuse this path
|
||||||
|
|
||||||
# BATCH_BUILD flag disables interactive terminal features, defaults to verbose build
|
# BATCH_BUILD flag disables interactive terminal features, defaults to verbose build
|
||||||
|
Reference in New Issue
Block a user