blob: dd80923d9205f9c81119d5a0dc5e4c97f80f7698 [file]
load("@rules_cc//cc:cc_library.bzl", "cc_library")
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pico_divider",
srcs = ["divider.c"],
target_compatible_with = ["//bazel/constraint:host"],
deps = [
"//src/common/pico_divider_headers",
"//src/host/hardware_divider",
],
)