summaryrefslogtreecommitdiff
path: root/ext/drampower/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'ext/drampower/SConscript')
-rw-r--r--ext/drampower/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/drampower/SConscript b/ext/drampower/SConscript
index 2330aa85f..0518197bc 100644
--- a/ext/drampower/SConscript
+++ b/ext/drampower/SConscript
@@ -59,6 +59,9 @@ DRAMPowerFile('MemorySpecification.cc')
DRAMPowerFile('Parameter.cc')
DRAMPowerFile('Parametrisable.cc')
DRAMPowerFile('libdrampower/LibDRAMPower.cc')
+DRAMPowerFile('CAHelpers.cc')
+DRAMPowerFile('CmdHandlers.cc')
+DRAMPowerFile('MemBankWiseParams.cc')
main.Library('drampower', [main.SharedObject(f) for f in drampower_files])