blob: a1e69a78a5c60a98c872e3218b8dd8e5f5d64c2a [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
load("//rules:matcha.bzl", "OPENTITAN_PLATFORM")
package(default_visibility = ["//visibility:public"])
config_setting(
name = "opentitan_platform",
values = {"platforms": OPENTITAN_PLATFORM},
)