refactor: rename product helper xehp and later files

Related-To: NEO-7703
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-03-07 12:41:25 +00:00
committed by Compute-Runtime-Automation
parent 3c7d54aeeb
commit 142e227e8f
10 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ set(NEO_CORE_OS_INTERFACE
)
if(SUPPORT_XEHP_AND_LATER)
list(APPEND NEO_CORE_OS_INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_xehp_and_later.inl)
list(APPEND NEO_CORE_OS_INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_xehp_and_later.inl)
endif()
if(SUPPORT_DG2_AND_LATER)