File tree Expand file tree Collapse file tree 9 files changed +75
-6
lines changed
Expand file tree Collapse file tree 9 files changed +75
-6
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (SUPPORT_GEN11)
8+ add_subdirectories()
9+ endif ()
Original file line number Diff line number Diff line change @@ -25,4 +25,7 @@ if(SUPPORT_ADLP)
2525 )
2626 set_property (GLOBAL APPEND PROPERTY CORE_SRCS_GENX_ALL_BASE ${HW_DEFINITIONS_ADLP} )
2727endif ()
28- add_subdirectories()
28+
29+ if (SUPPORT_GEN12LP)
30+ add_subdirectories()
31+ endif ()
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (SUPPORT_GEN8)
8+ add_subdirectories()
9+ endif ()
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (SUPPORT_GEN9)
8+ add_subdirectories()
9+ endif ()
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: MIT
55#
66
7- set (HW_DEFINITIONS_XE_HP_CORE
8- ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
9- ${CMAKE_CURRENT_SOURCE_DIR} /definitions ${BRANCH_DIR_SUFFIX} hw_cmds_xehp.inl
10- )
11- set_property (GLOBAL APPEND PROPERTY CORE_SRCS_GENX_ALL_BASE ${HW_DEFINITIONS_XE_HP_CORE} )
7+ if (SUPPORT_XE_HP_CORE)
8+ set (HW_DEFINITIONS_XE_HP_CORE
9+ ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
10+ ${CMAKE_CURRENT_SOURCE_DIR} /definitions ${BRANCH_DIR_SUFFIX} hw_cmds_xehp.inl
11+ )
12+ set_property (GLOBAL APPEND PROPERTY CORE_SRCS_GENX_ALL_BASE ${HW_DEFINITIONS_XE_HP_CORE} )
1213
14+ add_subdirectories()
15+ endif ()
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (TESTS_GEN11)
8+ add_subdirectories()
9+ endif ()
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (TESTS_GEN12LP)
8+ add_subdirectories()
9+ endif ()
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (TESTS_GEN8)
8+ add_subdirectories()
9+ endif ()
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (TESTS_GEN9)
8+ add_subdirectories()
9+ endif ()
You can’t perform that action at this time.
0 commit comments