blob: e812524b801be9346ea872ed89f6c30ebba97f83 [file] [log] [blame]
load("//bazel:defs.bzl", "compatible_with_rp2")
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pico_mbedtls",
srcs = ["pico_mbedtls.c"],
target_compatible_with = compatible_with_rp2(),
deps = [
"//src/rp2_common/pico_platform",
"//src/rp2_common/pico_rand",
],
)