1load("//bazel:defs.bzl", "compatible_with_rp2")
2
3package(default_visibility = ["//visibility:public"])
4
5cc_library(
6 name = "pico_platform_sections",
7 hdrs = ["include/pico/platform/sections.h"],
8 includes = ["include"],
9 target_compatible_with = compatible_with_rp2(),
10)
11