blob: ca0e9345242871d8c73319c020c41a3c5c571aad [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:opentitan.bzl", "OPENTITAN_PLATFORM")
package(default_visibility = ["//visibility:public"])
config_setting(
name = "opentitan_platform",
values = {"platforms": OPENTITAN_PLATFORM},
)