Chris Frantz | 340e623 | 2021-08-25 15:56:28 -0700 | [diff] [blame] | 1 | # 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 Sota | 0f91ad5 | 2022-03-29 14:59:12 -0400 | [diff] [blame] | 5 | load("//rules:opentitan.bzl", "OPENTITAN_PLATFORM") |
| 6 | |
Chris Frantz | 340e623 | 2021-08-25 15:56:28 -0700 | [diff] [blame] | 7 | package(default_visibility = ["//visibility:public"]) |
Miguel Young de la Sota | 0f91ad5 | 2022-03-29 14:59:12 -0400 | [diff] [blame] | 8 | |
| 9 | config_setting( |
| 10 | name = "opentitan_platform", |
| 11 | values = {"platforms": OPENTITAN_PLATFORM}, |
| 12 | ) |