blob: 555f12431cce57bccca9c114051fd1831b2639cb [file] [log] [blame]
# Copyright (c) 2019 Intel Corp.
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_X86_64)
include(intel64.cmake)
else()
include(ia32.cmake)
endif()