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:
parent
c0cf76c837
commit
e60dc5195c
2 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ base_sources = Split('''
|
||||||
|
|
||||||
cpu/base.cc
|
cpu/base.cc
|
||||||
cpu/cpu_exec_context.cc
|
cpu/cpu_exec_context.cc
|
||||||
|
cpu/cpuevent.cc
|
||||||
cpu/exetrace.cc
|
cpu/exetrace.cc
|
||||||
cpu/op_class.cc
|
cpu/op_class.cc
|
||||||
cpu/pc_event.cc
|
cpu/pc_event.cc
|
||||||
|
|
|
@ -47,6 +47,7 @@ base_sources = Split('''
|
||||||
|
|
||||||
# Full-system sources
|
# Full-system sources
|
||||||
full_system_sources = Split('''
|
full_system_sources = Split('''
|
||||||
|
vtophys.cc
|
||||||
ua2005.cc
|
ua2005.cc
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue