Skip to content

Commit

Permalink
[bazel] Remove unused loads of elf_to_disassembly
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
  • Loading branch information
jwnrt committed Nov 18, 2024
1 parent 0beb6c8 commit eb3a787
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sw/device/silicon_owner/tock/kernel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

load("@rules_rust//rust:defs.bzl", "rust_binary")
load("//rules:linker.bzl", "ld_library")
load("//rules:opentitan.bzl", "elf_to_disassembly")
load("//rules/opentitan:legacy.bzl", "obj_transform")
load("//rules/opentitan:defs.bzl", "OPENTITAN_CPU")

Expand Down
1 change: 0 additions & 1 deletion sw/device/silicon_owner/tock/upstream_kernel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

load("@rules_rust//rust:defs.bzl", "rust_binary")
load("//rules:linker.bzl", "ld_library")
load("//rules:opentitan.bzl", "elf_to_disassembly")
load("//rules/opentitan:defs.bzl", "OPENTITAN_CPU")
load("//rules/opentitan:legacy.bzl", "obj_transform")

Expand Down

0 comments on commit eb3a787

Please sign in to comment.