blob: 2db084a1ad4241c5305e62a7ea9d59b3b4802be4 [file] [log] [blame]
# Copyright (c) 2019 Intel Corp.
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_X86_LONGMODE)
include(x64.cmake)
else()
include(ia32.cmake)
endif()