diff options
-rw-r--r-- | src/mem/SConscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript index 9096fad5c..939c8320f 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -66,10 +66,10 @@ if env['TARGET_ISA'] != 'null': Source('se_translating_port_proxy.cc') Source('page_table.cc') - if env['HAVE_DRAMSIM']: - SimObject('DRAMSim2.py') - Source('dramsim2_wrapper.cc') - Source('dramsim2.cc') +if env['HAVE_DRAMSIM']: + SimObject('DRAMSim2.py') + Source('dramsim2_wrapper.cc') + Source('dramsim2.cc') DebugFlag('BaseBus') DebugFlag('BusAddrRanges') |