Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8
# Copyright (c) 2019 Intel Corp. # SPDX-License-Identifier: Apache-2.0 if(CONFIG_X86_LONGMODE) include(x64.cmake) else() include(ia32.cmake) endif()