mirror of
https://github.com/seL4/seL4.git
synced 2026-04-08 00:10:48 +00:00
This adds verified configs for all remaining supported AArch64 boards. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
11 lines
230 B
CMake
Executable File
11 lines
230 B
CMake
Executable File
#!/usr/bin/env -S cmake -P
|
|
#
|
|
# Copyright 2025, Proofcraft Pty Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/include/AARCH64_verified_include.cmake)
|
|
|
|
set(KernelPlatform "imx93" CACHE STRING "")
|