mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the second config call to pass defaults and opts.
This commit is contained in:
parent
fd4e4fb875
commit
4266597633
@ -356,7 +356,7 @@ class report:
|
|||||||
if config.endswith('.bset'):
|
if config.endswith('.bset'):
|
||||||
self.buildset(config)
|
self.buildset(config)
|
||||||
elif config.endswith('.cfg'):
|
elif config.endswith('.cfg'):
|
||||||
self.config(config)
|
self.config(config, self.defaults, self.opts)
|
||||||
else:
|
else:
|
||||||
raise error.general('invalid config type: %s' % (config))
|
raise error.general('invalid config type: %s' % (config))
|
||||||
self.generate(outname)
|
self.generate(outname)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user