Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/heads/upstream/master
/
.
/
src
/
host
/
BUILD.bazel
blob: 6dbf95554279fbf1d7a957dc49af8e9006dae854 [
file
] [
log
] [
blame
] [
edit
]
package
(
default_visibility
=
[
"//visibility:public"
])
# This is currently unused in Bazel.
cc_binary
(
name
=
"boot_stage2"
,
srcs
=
[
"boot_stage2.c"
],
target_compatible_with
=
[
"//bazel/constraint:host"
],
)