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:
Anton Maklakov 2017-04-26 18:26:21 +08:00
parent 079b0128de
commit 14859cb0fe
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# (Note that we only rebuild this makefile automatically for some
# targets, see project_config.mk for details.)
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
# BATCH_BUILD flag disables interactive terminal features, defaults to verbose build