mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 20:35:08 +02:00
Merge branch 'bugfix/display_partition_table' into 'master'
partition_table: do not always display partition table contents on build See merge request espressif/esp-idf!8289
This commit is contained in:
@@ -259,7 +259,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