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:
@ -41,6 +41,17 @@ elseif(BUILD_QEMU)
|
||||
qemu/QEMUController.cc
|
||||
qemu/wrappers.cc
|
||||
)
|
||||
elseif(BUILD_T32)
|
||||
set(SRCS
|
||||
Listener.cc
|
||||
ListenerManager.cc
|
||||
SALConfig.cc
|
||||
Register.cc
|
||||
perf/BreakpointBuffer.cc
|
||||
SimulatorController.cc
|
||||
t32/T32Controller.cc
|
||||
t32/wrappers.cc
|
||||
)
|
||||
endif(BUILD_BOCHS)
|
||||
|
||||
add_library(fail-sal ${SRCS})
|
||||
|
||||
Reference in New Issue
Block a user