SCons: Support building without an ISA
This commit is contained in:
3
src/mem/cache/SConscript
vendored
3
src/mem/cache/SConscript
vendored
@@ -30,6 +30,9 @@
|
||||
|
||||
Import('*')
|
||||
|
||||
if env['TARGET_ISA'] == 'no':
|
||||
Return()
|
||||
|
||||
SimObject('BaseCache.py')
|
||||
|
||||
Source('base.cc')
|
||||
|
||||
Reference in New Issue
Block a user