SCons: Support building without an ISA
[gem5.git] / src / mem / cache / tags / SConscript
index 7255e0b7e1c1d7be156a8c616eb0675ef07560c8..d640a9f13080931910703f7737df980fdf273b7e 100644 (file)
 
 Import('*')
 
+if env['TARGET_ISA'] == 'no':
+    Return()
+
 Source('base.cc')
 Source('fa_lru.cc')
 Source('iic.cc')
 Source('lru.cc')
+Source('cacheset.cc')
 
 SimObject('iic_repl/Repl.py')
 Source('iic_repl/gen.cc')