Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
ad7f46d67644239ab81d6572d87554e5d3eacc40
/
.
/
sw
/
device
/
lib
/
crt
/
BUILD
blob: d1b841a76165825eb38bcb9239b63401d6008bab [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
load
(
"//rules:opentitan.bzl"
,
"OPENTITAN_CPU"
)
cc_library
(
name
=
"crt"
,
srcs
=
[
"crt.S"
],
target_compatible_with
=
[
OPENTITAN_CPU
],
)