Link tools and experimental sources to object library

Related-To: NEO-4480

Change-Id: I16da4434ec24753eabdb1bce9e38ed2e1e83ed6c
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-03-22 08:52:57 +01:00
committed by sys_ocldev
parent 0f3730f5d9
commit 307a5cb822
42 changed files with 84 additions and 119 deletions

View File

@@ -10,7 +10,7 @@ set(L0_SRCS_TOOLS_SYSMAN_STANDBY_LINUX
)
if(UNIX)
target_sources(${TARGET_NAME_L0}
target_sources(${L0_STATIC_LIB_NAME}
PRIVATE
${L0_SRCS_TOOLS_SYSMAN_STANDBY_LINUX}
)

View File

@@ -5,10 +5,11 @@
*
*/
#include "shared/source/os_interface/linux/drm_neo.h"
#include "shared/source/os_interface/linux/os_interface.h"
#include "level_zero/core/source/device.h"
#include "drm_neo.h"
#include "os_interface.h"
#include "sysman/linux/os_sysman_imp.h"
#include "sysman/linux/sysfs_access.h"
#include "sysman/standby/os_standby.h"