Skip to content

Commit dc03a65

Browse files
committed
[bazel,aon_timer] Remove old C and rust header targets
Signed-off-by: Amaury Pouly <[email protected]>
1 parent fe01581 commit dc03a65

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

hw/ip/aon_timer/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package(default_visibility = ["//visibility:public"])
99
opentitan_ip(
1010
name = "aon_timer",
1111
doc = glob(["doc/**"]),
12-
hjson = "//hw/ip/aon_timer/data:hjson",
12+
hjson = "data/aon_timer.hjson",
1313
rtl = glob([
1414
"dv/**",
1515
"rtl/**",

hw/ip/aon_timer/data/BUILD

Lines changed: 0 additions & 30 deletions
This file was deleted.

sw/device/tock/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ filegroup(
3434
"//hw/ip/sysrst_ctrl/data:sysrst_ctrl_rust_regs",
3535
"//hw/ip/uart/data:uart_rust_regs",
3636
"//hw/ip/usbdev/data:usbdev_rust_regs",
37+
"//hw/top:aon_timer_rust_regs",
3738
],
3839
output_group = "tock",
3940
)

0 commit comments

Comments
 (0)