Skip to content

Commit 20b7b74

Browse files
committed
Attempt to fix bazel build
1 parent 0c91aab commit 20b7b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rp2_common/pico_bootrom/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cc_library(
1818
"//src/rp2_common/boot_bootrom_headers",
1919
"//src/rp2_common/hardware_boot_lock:hardware_boot_lock_headers",
2020
"//src/rp2_common/pico_flash:pico_flash_headers",
21+
"//src/rp2_common/hardware_rcp:hardware_rcp",
2122
] + select({
2223
"//bazel/constraint:host": ["//src/host/hardware_sync"],
2324
"//conditions:default": ["//src/rp2_common/hardware_sync"],

0 commit comments

Comments
 (0)