fn check app version
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hendrik/esp/esp-idf")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hendrik/git/ESP32-Mesh-OTA/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
# Utility rule file for bootloader-flash.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/progress.make
|
||||
|
||||
esp-idf/bootloader/CMakeFiles/bootloader-flash:
|
||||
cd /home/hendrik/esp/esp-idf/components/bootloader && /usr/bin/cmake -D IDF_PATH="/home/hendrik/esp/esp-idf" -D ESPTOOLPY="/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @bootloader-flash_args" -D WORKING_DIRECTORY="/home/hendrik/git/ESP32-Mesh-OTA/build" -P /home/hendrik/esp/esp-idf/components/esptool_py/run_esptool.cmake
|
||||
|
||||
bootloader-flash: esp-idf/bootloader/CMakeFiles/bootloader-flash
|
||||
bootloader-flash: esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/build.make
|
||||
|
||||
.PHONY : bootloader-flash
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/build: bootloader-flash
|
||||
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/build
|
||||
|
||||
esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader && $(CMAKE_COMMAND) -P CMakeFiles/bootloader-flash.dir/cmake_clean.cmake
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/clean
|
||||
|
||||
esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/depend
|
||||
|
@ -0,0 +1,9 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../flash_bootloader_args"
|
||||
"CMakeFiles/bootloader-flash"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/bootloader-flash.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,97 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
# Utility rule file for encrypted-bootloader-flash.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/progress.make
|
||||
|
||||
esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader && /usr/bin/cmake -E echo "Error: The target encrypted-bootloader-flash requires"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled."
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/hendrik/esp/esp-idf/tools/cmake/scripts/fail.cmake
|
||||
|
||||
encrypted-bootloader-flash: esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash
|
||||
encrypted-bootloader-flash: esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/build.make
|
||||
|
||||
.PHONY : encrypted-bootloader-flash
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/build: encrypted-bootloader-flash
|
||||
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/build
|
||||
|
||||
esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader && $(CMAKE_COMMAND) -P CMakeFiles/encrypted-bootloader-flash.dir/cmake_clean.cmake
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/clean
|
||||
|
||||
esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/depend
|
||||
|
@ -0,0 +1,9 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../flash_bootloader_args"
|
||||
"CMakeFiles/encrypted-bootloader-flash"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/encrypted-bootloader-flash.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1 @@
|
||||
|
1
build/esp-idf/bootloader/CMakeFiles/progress.marks
Normal file
1
build/esp-idf/bootloader/CMakeFiles/progress.marks
Normal file
@ -0,0 +1 @@
|
||||
0
|
235
build/esp-idf/bootloader/Makefile
Normal file
235
build/esp-idf/bootloader/Makefile
Normal file
@ -0,0 +1,235 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||||
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/bootloader//CMakeFiles/progress.marks
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/bootloader/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/bootloader/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/bootloader/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/bootloader/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/rule:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/rule
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
encrypted-bootloader-flash: esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/rule
|
||||
|
||||
.PHONY : encrypted-bootloader-flash
|
||||
|
||||
# fast build rule for target.
|
||||
encrypted-bootloader-flash/fast:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/build.make esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir/build
|
||||
.PHONY : encrypted-bootloader-flash/fast
|
||||
|
||||
# Convenience name for target.
|
||||
esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/rule:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/rule
|
||||
.PHONY : esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
bootloader-flash: esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/rule
|
||||
|
||||
.PHONY : bootloader-flash
|
||||
|
||||
# fast build rule for target.
|
||||
bootloader-flash/fast:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/build.make esp-idf/bootloader/CMakeFiles/bootloader-flash.dir/build
|
||||
.PHONY : bootloader-flash/fast
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... bootloader-flash"
|
||||
@echo "... encrypted-bootloader-flash"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
2
build/esp-idf/bootloader/bootloader-flash_args.in
Normal file
2
build/esp-idf/bootloader/bootloader-flash_args.in
Normal file
@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 40m --flash_size 4MB
|
||||
0x1000 bootloader/bootloader.bin
|
39
build/esp-idf/bootloader/cmake_install.cmake
Normal file
39
build/esp-idf/bootloader/cmake_install.cmake
Normal file
@ -0,0 +1,39 @@
|
||||
# Install script for directory: /home/hendrik/esp/esp-idf/components/bootloader
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user