mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 10:31:09 +00:00
partition_table: do not always display partition table contents on build
This commit is contained in:
@@ -258,7 +258,7 @@ function(esptool_py_custom_target target_name flasher_filename dependencies)
|
||||
endfunction()
|
||||
|
||||
if(NOT BOOTLOADER_BUILD)
|
||||
set(flash_deps "partition_table")
|
||||
set(flash_deps "partition_table_bin")
|
||||
|
||||
if(CONFIG_APP_BUILD_GENERATE_BINARIES)
|
||||
list(APPEND flash_deps "app")
|
||||
|
||||
Reference in New Issue
Block a user