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>
This commit is contained in:
Gabe Black
2017-11-08 19:59:04 -08:00
parent 91d942a9da
commit 49cf9fded0
8 changed files with 146 additions and 88 deletions

View File

@@ -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':