summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/rtemsconfig.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-09-03 08:29:36 +1000
committerChris Johns <chrisj@rtems.org>2013-09-03 08:29:36 +1000
commit72f89c5fc970d62592910e40d2a8df5506fa2b01 (patch)
treef4accd0105a256d1786e323f59f8bb7fe8a8247f /source-builder/sb/rtemsconfig.py
parentsb: Add options log_info. (diff)
downloadrtems-source-builder-72f89c5fc970d62592910e40d2a8df5506fa2b01.tar.bz2
sb: Output the new info message.
With the set builder add nesting count support.
Diffstat (limited to 'source-builder/sb/rtemsconfig.py')
-rw-r--r--source-builder/sb/rtemsconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source-builder/sb/rtemsconfig.py b/source-builder/sb/rtemsconfig.py
index 1bd972a..4eaee40 100644
--- a/source-builder/sb/rtemsconfig.py
+++ b/source-builder/sb/rtemsconfig.py
@@ -192,6 +192,7 @@ def run(args):
if opts.get_arg('--list'):
log.notice('RTEMS Source Builder - RTEMS Configuration, v%s' % (version.str()))
+ opts.log_info()
configs = bsp.keys()
for c in sorted(configs.keys()):
print c