Only bother with the device SConscript if you're in FULL_SYSTEM
--HG-- extra : convert_revision : ac52f548afb98dd0437e7d7c2600ff9b8ebfd1fa
This commit is contained in:
@@ -294,8 +294,9 @@ arch_sources = SConscript(os.path.join('arch', 'SConscript'), exports = 'env')
|
||||
|
||||
cpu_sources = SConscript(os.path.join('cpu', 'SConscript'), exports = 'env')
|
||||
|
||||
dev_sources = SConscript(os.path.join('dev', 'SConscript'), exports = 'env')
|
||||
full_system_sources += dev_sources
|
||||
if env['FULL_SYSTEM']:
|
||||
dev_sources = SConscript(os.path.join('dev', 'SConscript'), exports = 'env')
|
||||
full_system_sources += dev_sources
|
||||
|
||||
# This is outside of cpu/SConscript since the source directory isn't
|
||||
# underneath 'cpu'.
|
||||
|
||||
Reference in New Issue
Block a user