Starting support for Lauterbach T32 HW Debugger
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1740 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
if(BUILD_GEM5)
|
||||
message(STATUS "[${PROJECT_NAME}] Building gem5 variant ...")
|
||||
SET(VARIANT gem5)
|
||||
|
||||
|
||||
#set(gem5_src_dir ${PROJECT_SOURCE_DIR}/simulators/gem5)
|
||||
endif(BUILD_GEM5)
|
||||
|
||||
10
cmake/t32.cmake
Normal file
10
cmake/t32.cmake
Normal file
@ -0,0 +1,10 @@
|
||||
#### Add some custom targets for T32
|
||||
if(BUILD_T32)
|
||||
|
||||
message(STATUS "[${PROJECT_NAME}] Building T32 variant ...")
|
||||
SET(VARIANT t32)
|
||||
|
||||
# make sure aspects don't fail to match in entry.cc
|
||||
include_directories(${PROJECT_SOURCE_DIR}/src/core ${CMAKE_BINARY_DIR}/src/core)
|
||||
|
||||
endif(BUILD_T32)
|
||||
Reference in New Issue
Block a user