minor tweak in instrumentation detection

IGDRCL__INSTRUMENTATION_DIR_SUFFIX depends on component availability. if
available we should use BRANCH_DIR_PREFIX otherwise it should be "/"

Change-Id: I8bdd80041afeda85d93e72b23b1f940fb04754fc
This commit is contained in:
Artur Harasimiuk
2018-01-17 10:41:01 +01:00
committed by sys_ocldev
parent be0306ca68
commit 764f686ad9
2 changed files with 6 additions and 4 deletions

View File

@ -336,8 +336,8 @@ set (RUNTIME_SRCS_INDIRECT_HEAP
)
set (RUNTIME_SRCS_INSTRUMENTATION
instrumentation${BRANCH_DIR_SUFFIX}/instrumentation.cpp
instrumentation${BRANCH_DIR_SUFFIX}/instrumentation.h
instrumentation${IGDRCL__INSTRUMENTATION_DIR_SUFFIX}/instrumentation.cpp
instrumentation${IGDRCL__INSTRUMENTATION_DIR_SUFFIX}/instrumentation.h
)
set (RUNTIME_SRCS_KERNEL