mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
14 lines
236 B
CMake
Executable File
14 lines
236 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/ARM_verified_include.cmake)
|
|
|
|
set(KernelPlatform
|
|
"am335x"
|
|
CACHE STRING ""
|
|
)
|