[SWDEV-502001] Fix link for amd_hsmp.h

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I402ee539cdd4c896acd7ccc83f3090c3a5eeba12
(cherry picked from commit 835b438186)


[ROCm/amdsmi commit: a4574a7d13]
This commit is contained in:
Maisam Arif
2024-12-02 16:30:06 -06:00
parent 09e7159cca
commit cc50414c9c
+1 -1
View File
@@ -129,7 +129,7 @@ if(ENABLE_ESMI_LIB)
endif()
if(NOT EXISTS ${PROJECT_SOURCE_DIR}/esmi_ib_library/include/asm/amd_hsmp.h)
file(DOWNLOAD
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/plain/arch/x86/include/uapi/asm/amd_hsmp.h?h=review-ilpo
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/plain/arch/x86/include/uapi/asm/amd_hsmp.h
${PROJECT_SOURCE_DIR}/esmi_ib_library/include/asm/amd_hsmp.h)
endif()
add_definitions("-DENABLE_ESMI_LIB=1")