SCons: Support building without an ISA
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
|
||||
Import('*')
|
||||
|
||||
if env['TARGET_ISA'] == 'no':
|
||||
Return()
|
||||
|
||||
if env['FULL_SYSTEM']:
|
||||
SimObject('BadDevice.py')
|
||||
SimObject('CopyEngine.py')
|
||||
|
||||
Reference in New Issue
Block a user