diff options
Diffstat (limited to 'src/arch/mips/SConscript')
-rw-r--r-- | src/arch/mips/SConscript | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index ef1ef25d6..6295a6c11 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -25,6 +25,10 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Authors: Gabe Black +# Steve Reinhardt +# Korey Sewell import os import sys @@ -43,16 +47,13 @@ Import('env') base_sources = Split(''' faults.cc isa_traits.cc + utility.cc ''') # Full-system sources full_system_sources = Split(''' memory.cc - arguments.cc mips34k.cc - osfpal.cc - stacktrace.cc - vtophys.cc ''') # Syscall emulation (non-full-system) sources |