All current non-simulation RISC-V platforms are now supported by the proofs. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
10 lines
233 B
CMake
Executable file
10 lines
233 B
CMake
Executable file
#!/usr/bin/env -S cmake -P
|
|
#
|
|
# Copyright 2024, Proofcraft Pty Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/include/RISCV64_verified_include.cmake)
|
|
|
|
set(KernelPlatform "cheshire" CACHE STRING "")
|