File tree Expand file tree Collapse file tree 20 files changed +22
-20
lines changed Expand file tree Collapse file tree 20 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 22# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33# SPDX-License-Identifier: Apache-2.0
44
5- load ("//rules: opentitan.bzl" , "OPENTITAN_PLATFORM" )
5+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_PLATFORM" )
66load ("//rules:stamp.bzl" , "stamp_flag" )
77load ("//rules:autogen.bzl" , "autogen_stamp_include" )
88
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Apache-2.0
44
55load ("//rules/opentitan:defs.bzl" , "opentitan_binary" )
6- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
6+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
77
88opentitan_binary (
99 name = "hello_usbdev" ,
Original file line number Diff line number Diff line change 22# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33# SPDX-License-Identifier: Apache-2.0
44
5- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
5+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
66
77package (default_visibility = ["//visibility:public" ])
88
Original file line number Diff line number Diff line change 44
55package (default_visibility = ["//visibility:public" ])
66
7- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
7+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
88
99cc_library (
1010 name = "crt" ,
Original file line number Diff line number Diff line change 44
55package (default_visibility = ["//visibility:public" ])
66
7- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
7+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
88load (
99 "//rules/opentitan:defs.bzl" ,
1010 "EARLGREY_TEST_ENVS" ,
Original file line number Diff line number Diff line change 44
55package (default_visibility = ["//visibility:public" ])
66
7- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
7+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
88
99config_setting (
1010 name = "crypto_status_debug" ,
Original file line number Diff line number Diff line change 44
55package (default_visibility = ["//visibility:public" ])
66
7- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
7+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
88
99cc_library (
1010 name = "p256" ,
Original file line number Diff line number Diff line change 44
55package (default_visibility = ["//visibility:public" ])
66
7- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
7+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
88
99cc_library (
1010 name = "rsa_datatypes" ,
Original file line number Diff line number Diff line change 44
55package (default_visibility = ["//visibility:public" ])
66
7- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
7+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
88
99cc_library (
1010 name = "sha256" ,
Original file line number Diff line number Diff line change 22# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33# SPDX-License-Identifier: Apache-2.0
44
5- load ("//rules: opentitan.bzl" , "OPENTITAN_CPU" )
5+ load ("//rules/ opentitan:defs .bzl" , "OPENTITAN_CPU" )
66load ("//rules:cross_platform.bzl" , "dual_cc_library" , "dual_inputs" )
77
88package (default_visibility = ["//visibility:public" ])
You can’t perform that action at this time.
0 commit comments