From 835b43818696f5d572f439d51ebb665e06149607 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Mon, 2 Dec 2024 16:30:06 -0600 Subject: [PATCH] [SWDEV-502001] Fix link for amd_hsmp.h Signed-off-by: Maisam Arif Change-Id: I402ee539cdd4c896acd7ccc83f3090c3a5eeba12 [ROCm/amdsmi commit: 664ade7354b16db160b4c35a7421d9fda984bdc0] --- projects/amdsmi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/amdsmi/CMakeLists.txt b/projects/amdsmi/CMakeLists.txt index 85821c49ad..d2c118b072 100644 --- a/projects/amdsmi/CMakeLists.txt +++ b/projects/amdsmi/CMakeLists.txt @@ -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")