Skip to content

Commit

Permalink
fixup! [dma,keymgr_dpe,soc_proxy,mbx] Convert to new HW rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaury committed Nov 15, 2024
1 parent 9fc6083 commit f27475d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sw/device/lib/dif/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ cc_library(
target_compatible_with = ["@platforms//:incompatible"],
deps = [
":base",
"//hw/ip/dma/data:dma_c_regs",
"//hw/top:dma_c_regs",
"//sw/device/lib/base:bitfield",
"//sw/device/lib/base:macros",
"//sw/device/lib/base:memory",
Expand Down Expand Up @@ -552,7 +552,7 @@ cc_library(
target_compatible_with = ["@platforms//:incompatible"],
deps = [
":base",
"//hw/ip/keymgr_dpe/data:keymgr_dpe_c_regs",
"//hw/top:keymgr_dpe_c_regs",
"//sw/device/lib/base:bitfield",
"//sw/device/lib/base:macros",
"//sw/device/lib/base:memory",
Expand Down Expand Up @@ -657,7 +657,7 @@ cc_library(
target_compatible_with = ["@platforms//:incompatible"],
deps = [
":base",
"//hw/ip/mbx/data:mbx_c_regs",
"//hw/top:mbx_c_regs",
"//sw/device/lib/base:abs_mmio",
"//sw/device/lib/base:bitfield",
"//sw/device/lib/base:macros",
Expand Down

0 comments on commit f27475d

Please sign in to comment.