From 51988148de9fe7b54c70abd7f819b9fd677ef6bc Mon Sep 17 00:00:00 2001 From: Bellekallu Rajkiran Date: Wed, 6 Apr 2022 19:22:21 +0000 Subject: [PATCH] Sysman: Remove redundant files Signed-off-by: Bellekallu Rajkiran --- level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt b/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt index 217587f5e6..ecd336aa6c 100644 --- a/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt +++ b/level_zero/tools/source/sysman/linux/pmt/CMakeLists.txt @@ -1,11 +1,11 @@ # -# Copyright (C) 2021 Intel Corporation +# Copyright (C) 2021-2022 Intel Corporation # # SPDX-License-Identifier: MIT # set(L0_SRCS_TOOLS_SYSMAN_LINUX_PMT - ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}pmt_helper.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/pmt_helper.cpp ${CMAKE_CURRENT_SOURCE_DIR}/pmt.cpp ${CMAKE_CURRENT_SOURCE_DIR}/pmt.h )