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/SConscript | |
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/SConscript')
-rwxr-xr-x | src/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SConscript b/src/SConscript index 76bf8d1b4..6c3f22019 100755 --- a/src/SConscript +++ b/src/SConscript @@ -42,6 +42,8 @@ from os.path import basename, dirname, exists, isdir, isfile, join as joinpath import SCons +from gem5_scons import Transform + # This file defines how to build a particular configuration of gem5 # based on variable settings in the 'env' build environment. |