FreeCalypso > hg > freecalypso-sw
diff gsm-fw/cfgmagic/processconf.sh @ 167:df335d255ac4
gsm-fw: services subdir hooked into the build
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 19 Nov 2013 05:26:02 +0000 |
parents | afceeeb2cba1 |
children | c70c077243dd |
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh Tue Nov 19 05:07:24 2013 +0000 +++ b/gsm-fw/cfgmagic/processconf.sh Tue Nov 19 05:26:02 2013 +0000 @@ -44,13 +44,16 @@ TR_BAUD_CONFIG=TR_BAUD_$RVTMUX_UART_baud export_to_c TR_BAUD_CONFIG -# Once we get some actual functionality, the following definitions -# will likely depend on the target and feature configuration, -# but for now all we have is a Riviera skeleton. +# At some point the list of build components will probably become +# dependent on feature or maybe even target configurations, but for +# now it is static. -BUILD_COMPONENTS="bsp nucleus riviera serial sprintf sysglue" +BUILD_COMPONENTS="bsp nucleus riviera serial services sprintf sysglue" export_to_mk BUILD_COMPONENTS +# The support for building flashable images is not here yet, +# so ramImage is all we can build for now. + BUILD_DEFAULT_IMAGE=ramImage export_to_mk BUILD_DEFAULT_IMAGE