Chris Johns e2266055bc Add an RTEMS config wrapper around Makefile.inc.
This is an internal command that wraps the Makefile.inc file in
a BSP so you can get at the configuration values from the
command line without knowing anything about Makefile.inc.

To use:

 $ ../source-builder/sb-rtems-config \
     --rtems=$HOME/development/rtems/4.11 \
     --rtems-bsp=sis \
      rtems_cpu_cflags

The option '--list' lists all available configuration values.
The configuration values are match case insensitive and you can
list a number with each printed on a separate line.

The --rtems-bsp can be in new coming standard of arch/bsp such as
'sparc/sis' or you can just supply the bsp, eg 'sis'.
2013-05-13 12:22:18 +10:00
..
2013-03-03 13:26:25 +11:00
2013-03-03 13:26:25 +11:00
2013-04-21 18:37:02 +10:00
2013-04-26 12:04:39 +10:00
2013-04-15 13:47:15 +10:00
2012-11-06 10:09:40 +11:00
2013-04-21 18:37:02 +10:00
2013-05-08 09:55:33 +10:00
2013-04-30 11:20:54 +10:00
2013-04-30 11:20:54 +10:00
2013-05-01 10:42:08 +10:00