From: Gabe Black Date: Tue, 7 Nov 2006 10:40:06 +0000 (-0500) Subject: Added in alot of missing source files. X-Git-Tag: m5_2.0_beta2~53^2~34 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bcd5099aace33750d38d4270ceb93c000ac2288e;p=gem5.git Added in alot of missing source files. --HG-- extra : convert_revision : 335b458d195a00dac3d04e92fe9df915e660538f --- diff --git a/src/arch/sparc/SConscript b/src/arch/sparc/SConscript index 5843058a4..281c166c0 100644 --- a/src/arch/sparc/SConscript +++ b/src/arch/sparc/SConscript @@ -54,8 +54,12 @@ base_sources = Split(''' # Full-system sources full_system_sources = Split(''' - vtophys.cc + arguments.cc + remote_gdb.cc + stacktrace.cc system.cc + tlb.cc + vtophys.cc ''') # Syscall emulation (non-full-system) sources