zephyr/arch/x86/CMakeLists.txt

9 lines
152 B
CMake
Raw Permalink Normal View History

# Copyright (c) 2019 Intel Corp.
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_X86_64)
include(intel64.cmake)
else()
include(ia32.cmake)
endif()