Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b8c78e254ff875680e99c9f131fbe285c4575927
/
.
/
arch
/
CMakeLists.txt
blob: 3ebb9ccebffdada42ec75cd2ab010c203d9c724b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
add_definitions(-D__ZEPHYR_SUPERVISOR__)
include_directories(
${ZEPHYR_BASE}/kernel/include
${ZEPHYR_BASE}/arch/${ARCH}/include
)
add_subdirectory(common)
add_subdirectory(${ARCH_DIR}/${ARCH} arch/${ARCH})