diff options
author | Gabe Black <gabeblack@google.com> | 2017-11-08 19:59:04 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2017-11-10 13:17:29 +0000 |
commit | 49cf9fded08741099d25848807442a89c4d21399 (patch) | |
tree | ddd41029abc62776d470ea83099c8741236754df /src/mem/protocol | |
parent | 91d942a9da18b77b8a0652bc5f07f2e129b8504e (diff) | |
download | gem5-49cf9fded08741099d25848807442a89c4d21399.tar.xz |
scons: Move Transform and termcap functionality into their own files.
Change-Id: Ica08e93f3873a7eafd02fe7d44c3bdbf0ce7f6b7
Reviewed-on: https://gem5-review.googlesource.com/5565
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/mem/protocol')
-rw-r--r-- | src/mem/protocol/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/protocol/SConscript b/src/mem/protocol/SConscript index 0eccdf3e5..e66c6b303 100644 --- a/src/mem/protocol/SConscript +++ b/src/mem/protocol/SConscript @@ -36,6 +36,8 @@ from os.path import isdir, isfile, join as joinpath from SCons.Scanner import Classic +from gem5_scons import Transform + Import('*') if env['PROTOCOL'] == 'None': |