Modify runtime cmake files to use HSA_CLOSED_SOURCE_ROOT.

Change-Id: I416f8608cfb793eac9065c1f63a85da2d3c3a816
This commit is contained in:
James Edwards
2016-05-31 14:08:10 -05:00
parent 5a14d496ab
commit f49ddad0a1
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ project ( ${TOOLS_TARGET} )
## External dependencies
if ( NOT DEFINED REG_INCLUDE )
set(REG_INCLUDE ${AMD_CLOSED_SOURCE_DIR}/inc/asic_reg)
set(REG_INCLUDE ${HSA_CLOSED_SOURCE_DIR}/drivers/inc/asic_reg)
endif()
if ( NOT EXISTS ${REG_INCLUDE}/si_id.h )
@@ -55,7 +55,7 @@ if ( NOT EXISTS ${REG_INCLUDE}/si_id.h )
endif ()
if ( NOT DEFINED HSAKMT_INCLUDE )
set(HSAKMT_INCLUDE ${AMD_CLOSED_SOURCE_DIR}/hsathk/include)
set(HSAKMT_INCLUDE ${HSA_CLOSED_SOURCE_DIR}/drivers/hsathk/include)
endif()
if ( NOT EXISTS ${HSAKMT_INCLUDE}/hsakmt.h )