blob: 53a883613db80867537edcdc212141684e88a47d [file]
load("@rules_cc//cc:cc_library.bzl", "cc_library")
package(default_visibility = ["//visibility:public"])
# This needs to remain compatible with the host build since it's used by
# Picotool.
cc_library(
name = "boot_picoboot_headers",
hdrs = [
"include/boot/picoboot.h",
"include/boot/picoboot_constants.h",
],
includes = ["include"],
deps = ["//src:pico_platform_internal"],
)