Skip to content

Commit

Permalink
allow user to change bench options - riscv
Browse files Browse the repository at this point in the history
DefaultBenchDeps is set to TRUE when benchmark suite is being built for
RiscV to enable configure benchmark options.

Signed-off-by: Nataliya Korovkina <[email protected]>
  • Loading branch information
malus-brandywine committed Feb 15, 2022
1 parent 1cd987f commit 8dda359
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 8dda359

Please sign in to comment.