Skip to content

Commit

Permalink
Forgot about one diff
Browse files Browse the repository at this point in the history
  • Loading branch information
james-ball-qualcomm committed Sep 23, 2024
1 parent e8eb3be commit 2a029d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backends/arch_gen/tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,9 @@ file "#{$root}/.stamps/arch-gen.stamp" => (
"csrs" => csr_hash,
"profile_families" => profile_family_hash,
"profiles" => profile_hash,
<<<<<<< HEAD
"csc_crd_families" => csc_crd_family_hash,
"csc_crds" => csc_crd_hash
=======
"csc_crds" => csc_crd_hash,
"manuals" => manual_hash
>>>>>>> origin/main
}

dest = "#{$root}/gen/_/arch/arch_def.yaml"
Expand Down

0 comments on commit 2a029d4

Please sign in to comment.