blob: 626aa6ca3bfbb3ce137829ec55a6484bd280dab5 [file] [log] [blame]
load("//bazel:defs.bzl", "compatible_with_rp2")
package(default_visibility = ["//visibility:public"])
cc_library(
name = "hardware_vreg",
srcs = ["vreg.c"],
hdrs = ["include/hardware/vreg.h"],
includes = ["include"],
target_compatible_with = compatible_with_rp2(),
deps = [
"//src/common/pico_base",
"//src/rp2_common/pico_platform:hardware_structs",
],
)