mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Revert "bootrom build includes pico_bootrom but not bootrom.h which is the only thing which requires pico_flash... slightly hacky fix to not include pico_flash if not available"
This reverts commit 4bbf701b4b.
This commit is contained in:
parent
4bbf701b4b
commit
2d60604b6e
1 changed files with 1 additions and 4 deletions
|
|
@ -9,7 +9,4 @@ target_sources(pico_bootrom INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(pico_bootrom_headers INTERFACE boot_picoboot_headers)
|
||||
pico_mirrored_target_link_libraries(pico_bootrom INTERFACE pico_base hardware_boot_lock)
|
||||
if (TARGET pico_flash)
|
||||
pico_mirrored_target_link_libraries(pico_bootrom INTERFACE pico_flash)
|
||||
endif()
|
||||
pico_mirrored_target_link_libraries(pico_bootrom INTERFACE pico_base hardware_boot_lock pico_flash)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue