summaryrefslogtreecommitdiffstats
path: root/esp32/build/CMakeFiles/clean_additional.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'esp32/build/CMakeFiles/clean_additional.cmake')
-rw-r--r--esp32/build/CMakeFiles/clean_additional.cmake24
1 files changed, 24 insertions, 0 deletions
diff --git a/esp32/build/CMakeFiles/clean_additional.cmake b/esp32/build/CMakeFiles/clean_additional.cmake
new file mode 100644
index 0000000..e82fc32
--- /dev/null
+++ b/esp32/build/CMakeFiles/clean_additional.cmake
@@ -0,0 +1,24 @@
+# Additional clean files
+cmake_minimum_required(VERSION 3.16)
+
+if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
+ file(REMOVE_RECURSE
+ "atlas.bin"
+ "atlas.map"
+ "bootloader/bootloader.bin"
+ "bootloader/bootloader.elf"
+ "bootloader/bootloader.map"
+ "config/sdkconfig.cmake"
+ "config/sdkconfig.h"
+ "esp-idf/esptool_py/flasher_args.json.in"
+ "esp-idf/mbedtls/x509_crt_bundle"
+ "flash_app_args"
+ "flash_bootloader_args"
+ "flash_project_args"
+ "flasher_args.json"
+ "ldgen_libraries"
+ "ldgen_libraries.in"
+ "project_elf_src_esp32.c"
+ "x509_crt_bundle.S"
+ )
+endif()