Skip to content

Commit

Permalink
esp32: dependencies dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellner committed Sep 13, 2024
1 parent ca7e95b commit a9e80d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/mcconfig/make.esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,9 @@ DUMP_VARS:
echo "# IDF_RECONFIGURE_CMD is $(IDF_RECONFIGURE_CMD)"
echo "# SDKCONFIG_H_DIR is $(SDKCONFIG_H_DIR)"

dependencies: $(PROJ_DIR)/../xs_idf_deps.txt
dependencies: $(PROJ_DIR) $(PROJ_DIR_FILES) $(PROJ_DIR)/../xs_idf_deps.txt
echo "# Configure dependencies..."
rm -f $(PROJ_DIR)/main/idf_component.yml
-rm -f $(PROJ_DIR)/main/idf_component.yml
cd $(PROJ_DIR) ; $(BUILD_DEPENDENCIES)

precursor: prepareOutput idfVersionCheck $(PROJ_DIR_FILES) bootloaderCheck $(BLE) dependencies $(SDKCONFIG_H) $(LIB_DIR) $(BIN_DIR)/xs_$(ESP32_SUBCLASS).a
Expand Down Expand Up @@ -615,7 +615,7 @@ clean:
-rm -rf $(TMP_DIR) 2>/dev/null
-rm -rf $(LIB_DIR) 2>/dev/null

$(SDKCONFIG_H): $(SDKCONFIG_FILE) $(PROJ_DIR_FILES)
$(SDKCONFIG_H): $(SDKCONFIG_FILE) $(PROJ_DIR_FILES) dependencies
-rm $(PROJ_DIR)/sdkconfig 2>/dev/null
echo "# Reconfiguring ESP-IDF..." ; cd $(PROJ_DIR) ; $(IDF_RECONFIGURE_CMD)

Expand Down

0 comments on commit a9e80d0

Please sign in to comment.