Skip to content

Commit 7cfcf04

Browse files
committed
Add new sources to bazel filegroup
1 parent ab77cf9 commit 7cfcf04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/rp2_common/pico_cyw43_driver/BUILD.bazel

+8
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,11 @@ pico_generate_pio_header(
7373
name = "cyw43_bus_pio",
7474
srcs = ["cyw43_bus_pio_spi.pio"],
7575
)
76+
77+
filegroup(
78+
name = "pico_use_partition_firmware",
79+
srcs = [
80+
"wifi_firmware.S",
81+
"include/cyw43_partition_firmware.h",
82+
]
83+
)

0 commit comments

Comments
 (0)