Skip to content

Commit

Permalink
bench/riscv: enable configuration of benchmark options
Browse files Browse the repository at this point in the history
Applies patch from #20. This was
not merged previously as RISC-V did not implement the hardware and
fault benchmarks, but this is no longer the case.

Signed-off-by: Alwin Joshy <[email protected]>
  • Loading branch information
alwin-joshy committed Sep 10, 2024
1 parent b379d34 commit 9901454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/sel4bench/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if(
(KernelArchX86 AND KernelExportPMCUser AND KernelX86DangerousMSR)
OR (KernelArchARM AND KernelArmExportPMUUser)
OR (KernelArchArmCortexA8 AND KernelDangerousCodeInjection)
OR (KernelArchRiscV)
)
set(DefaultBenchDeps TRUE)
else()
Expand Down

0 comments on commit 9901454

Please sign in to comment.