Explorar o código

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
Anton Maklakov %!s(int64=8) %!d(string=hai) anos
pai
achega
14859cb0fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      make/common.mk

+ 1 - 1
make/common.mk

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