Deleted Added
sdiff udiff text old ( 10428:0caf62b57dfd ) new ( 12266:63b8da9eeca4 )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2014 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 45 unchanged lines hidden (view full) ---

54DRAMPowerFile('MemCommand.cc')
55DRAMPowerFile('MemPowerSpec.cc')
56DRAMPowerFile('MemTimingSpec.cc')
57DRAMPowerFile('MemoryPowerModel.cc')
58DRAMPowerFile('MemorySpecification.cc')
59DRAMPowerFile('Parameter.cc')
60DRAMPowerFile('Parametrisable.cc')
61DRAMPowerFile('libdrampower/LibDRAMPower.cc')
62
63main.Library('drampower', [main.SharedObject(f) for f in drampower_files])
64
65main.Append(LIBS=['drampower'])
66main.Prepend(LIBPATH=[Dir('.')])