SConscript (11755:81db27b8869a) | SConscript (12246:9ffa51416f39) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 21 unchanged lines hidden (view full) --- 30 31import os 32import sys 33 34from os.path import basename, isdir, join as joinpath 35 36import SCons 37 | 1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 21 unchanged lines hidden (view full) --- 30 31import os 32import sys 33 34from os.path import basename, isdir, join as joinpath 35 36import SCons 37 |
38from gem5_scons import Transform 39 |
|
38Import('*') 39 40DebugFlag('ProtocolTrace') 41DebugFlag('RubyCache') 42DebugFlag('RubyCacheTrace') 43DebugFlag('RubyDma') 44DebugFlag('RubyGenerated') 45DebugFlag('RubyNetwork') --- 97 unchanged lines hidden --- | 40Import('*') 41 42DebugFlag('ProtocolTrace') 43DebugFlag('RubyCache') 44DebugFlag('RubyCacheTrace') 45DebugFlag('RubyDma') 46DebugFlag('RubyGenerated') 47DebugFlag('RubyNetwork') --- 97 unchanged lines hidden --- |