Skip to content

Commit

Permalink
bench/risc-v: allow user to change options
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 17, 2022
1 parent 1cd987f commit 8fa986b
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 8fa986b

Please sign in to comment.