make all of the turbolaser stuff only compile if ALPHA_TLASER
[gem5.git] / build / SConstruct
index c11bcf71ccea2e8e1700c59a84f8d4e641243a31..89183f17d0902e0aec2d111e684bd52405060ff9 100644 (file)
@@ -234,6 +234,7 @@ default_env = Environment(ENV = os.environ,  # inherit user's enviroment vars
                           EXT_SRCDIR = EXT_SRCDIR,
                           CPPDEFINES = [],
                           FULL_SYSTEM = False,
+                          ALPHA_TLASER = False,
                           USE_MYSQL = False)
 
 default_env.SConsignFile("sconsign")