Skip to content

Commit

Permalink
[bazel,aon_timer] Remove old C and rust header targets
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Oct 15, 2024
1 parent fe01581 commit dc03a65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
2 changes: 1 addition & 1 deletion hw/ip/aon_timer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package(default_visibility = ["//visibility:public"])
opentitan_ip(
name = "aon_timer",
doc = glob(["doc/**"]),
hjson = "//hw/ip/aon_timer/data:hjson",
hjson = "data/aon_timer.hjson",
rtl = glob([
"dv/**",
"rtl/**",
Expand Down
30 changes: 0 additions & 30 deletions hw/ip/aon_timer/data/BUILD

This file was deleted.

1 change: 1 addition & 0 deletions sw/device/tock/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ filegroup(
"//hw/ip/sysrst_ctrl/data:sysrst_ctrl_rust_regs",
"//hw/ip/uart/data:uart_rust_regs",
"//hw/ip/usbdev/data:usbdev_rust_regs",
"//hw/top:aon_timer_rust_regs",
],
output_group = "tock",
)
Expand Down

0 comments on commit dc03a65

Please sign in to comment.