Skip to content

Commit

Permalink
[ipgen,pinmux] Block azure from buiding template targets
Browse files Browse the repository at this point in the history
Add pinmux in hw/ip_templates/BUILD all_files. Template files are only
intended for code generation, so it makes no sense to build their targets.

Part of pinmux lowRISC#8440

Signed-off-by: Guillermo Maturana <[email protected]>
  • Loading branch information
matutem committed Oct 22, 2024
1 parent f1ffbba commit 521c1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/ip_templates/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ filegroup(
srcs = glob(["**"]) + [
"//hw/ip_templates/clkmgr:all_files",
"//hw/ip_templates/flash_ctrl:all_files",
"//hw/ip_templates/pinmux:all_files",
"//hw/ip_templates/pwrmgr:all_files",
"//hw/ip_templates/rstmgr:all_files",
],
Expand Down

0 comments on commit 521c1d7

Please sign in to comment.