partition_table: do not always display partition table contents on build

This commit is contained in:
Renz Bagaporo
2020-04-08 11:37:02 +08:00
parent 52338e9cda
commit acb7a211dd
3 changed files with 17 additions and 9 deletions

View File

@@ -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")