]> granicus.if.org Git - esp-idf/commitdiff
build: Fix warning if the auto.conf does not exist
authorAnton Maklakov <anton@espressif.com>
Wed, 26 Apr 2017 10:26:21 +0000 (18:26 +0800)
committerAnton Maklakov <anton@espressif.com>
Thu, 27 Apr 2017 02:51:45 +0000 (10:51 +0800)
    esp-idf/make/common.mk:10 some/include/config/auto.conf: No such file or directory

make/common.mk

index 41a87b3a644e44659822886fbfb0044e5d4c8f85..24aebb4cce216b266c77215f4e3664d79881fc10 100644 (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