commit a couple of minor things that I forgot to last time.

src/SConscript:
src/arch/sparc/SConscript:
    commit a couple of things that I forgot to last time.

--HG--
extra : convert_revision : f140912905b9d36eccc27e35ebcaf2c15611b56b
This commit is contained in:
Ali Saidi 2006-05-29 18:25:02 -04:00
parent c0cf76c837
commit e60dc5195c
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@ base_sources = Split('''
cpu/base.cc
cpu/cpu_exec_context.cc
cpu/cpuevent.cc
cpu/exetrace.cc
cpu/op_class.cc
cpu/pc_event.cc

View file

@ -47,6 +47,7 @@ base_sources = Split('''
# Full-system sources
full_system_sources = Split('''
vtophys.cc
ua2005.cc
''')