blob: ca0e9345242871d8c73319c020c41a3c5c571aad [file] [log] [blame]
Chris Frantz340e6232021-08-25 15:56:28 -07001# Copyright lowRISC contributors.
2# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3# SPDX-License-Identifier: Apache-2.0
4
Miguel Young de la Sota0f91ad52022-03-29 14:59:12 -04005load("//rules:opentitan.bzl", "OPENTITAN_PLATFORM")
6
Chris Frantz340e6232021-08-25 15:56:28 -07007package(default_visibility = ["//visibility:public"])
Miguel Young de la Sota0f91ad52022-03-29 14:59:12 -04008
9config_setting(
10 name = "opentitan_platform",
11 values = {"platforms": OPENTITAN_PLATFORM},
12)