SCons fix to always make MemTest object
This commit is contained in:
parent
041a8cefc7
commit
ca0e0c3683
1 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
Import('*')
|
||||
|
||||
if 'O3CPU' in env['CPU_MODELS']:
|
||||
#if 'O3CPU' in env['CPU_MODELS']:
|
||||
SimObject('MemTest.py')
|
||||
|
||||
Source('memtest.cc')
|
||||
|
|
Loading…
Reference in a new issue