Sign in
◑
Theme
opensecura
/
sw
/
kelvin
/
10746fd68c403b8bd1f09d135ba327bdd8b109ce
/
.
/
platforms
/
registration.bzl
blob: 43e75c568455ff6b756a93818c21713f3e1577c8 [
file
]
"""Kelvin toolchain registration."""
def
kelvin_register_toolchain
(
name
=
"kelvin"
):
native
.
register_execution_platforms
(
"//platforms/riscv32:kelvin"
)
native
.
register_toolchains
(
"//toolchains/kelvin:all"
)