blob: 10c514007676bedcd56d8082335d4d61f69cb624 [file] [log] [blame]
load("//bazel:defs.bzl", "compatible_with_rp2")
package(default_visibility = ["//visibility:public"])
cc_library(
name = "hardware_base",
hdrs = ["include/hardware/address_mapped.h"],
includes = ["include"],
target_compatible_with = compatible_with_rp2(),
)