diff options
Diffstat (limited to 'src/arch/power/SConscript')
-rw-r--r-- | src/arch/power/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/power/SConscript b/src/arch/power/SConscript index a9d20b4bd..f7875cdf5 100644 --- a/src/arch/power/SConscript +++ b/src/arch/power/SConscript @@ -44,6 +44,7 @@ if env['TARGET_ISA'] == 'power': Source('interrupts.cc') Source('linux/linux.cc') Source('linux/process.cc') + Source('isa.cc') Source('pagetable.cc') Source('process.cc') Source('stacktrace.cc') @@ -52,6 +53,7 @@ if env['TARGET_ISA'] == 'power': Source('vtophys.cc') SimObject('PowerInterrupts.py') + SimObject('PowerISA.py') SimObject('PowerTLB.py') DebugFlag('Power') |