comparison 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
comparison
equal deleted inserted replaced
166:13af69b6a3dc 167:df335d255ac4
42 esac 42 esac
43 43
44 TR_BAUD_CONFIG=TR_BAUD_$RVTMUX_UART_baud 44 TR_BAUD_CONFIG=TR_BAUD_$RVTMUX_UART_baud
45 export_to_c TR_BAUD_CONFIG 45 export_to_c TR_BAUD_CONFIG
46 46
47 # Once we get some actual functionality, the following definitions 47 # At some point the list of build components will probably become
48 # will likely depend on the target and feature configuration, 48 # dependent on feature or maybe even target configurations, but for
49 # but for now all we have is a Riviera skeleton. 49 # now it is static.
50 50
51 BUILD_COMPONENTS="bsp nucleus riviera serial sprintf sysglue" 51 BUILD_COMPONENTS="bsp nucleus riviera serial services sprintf sysglue"
52 export_to_mk BUILD_COMPONENTS 52 export_to_mk BUILD_COMPONENTS
53
54 # The support for building flashable images is not here yet,
55 # so ramImage is all we can build for now.
53 56
54 BUILD_DEFAULT_IMAGE=ramImage 57 BUILD_DEFAULT_IMAGE=ramImage
55 export_to_mk BUILD_DEFAULT_IMAGE 58 export_to_mk BUILD_DEFAULT_IMAGE
56 59
57 # Now generate the output files! 60 # Now generate the output files!