partition_table: move establishing dependencies to respective components

partition_table: move establishing dependencies to respective components
This commit is contained in:
Renz Christian Bagaporo
2019-06-14 12:53:46 +08:00
parent 6a18eaeaf5
commit f332e0c1d6
4 changed files with 30 additions and 31 deletions
+4 -1
View File
@@ -10,4 +10,7 @@ endif()
esptool_py_flash_project_args(bootloader 0x1000
${BOOTLOADER_BUILD_DIR}/bootloader.bin
FLASH_IN_PROJECT
FLASH_FILE_TEMPLATE flash_bootloader_args.in)
FLASH_FILE_TEMPLATE flash_bootloader_args.in)
esptool_py_custom_target(bootloader-flash bootloader "bootloader")
add_dependencies(bootloader partition_table)