diff gsm-fw/cfgmagic/processconf.sh @ 860:cbc49d533b7d

gsm-fw: new implementation of bzero() and some specialized bcopy variants
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 03 May 2015 04:11:41 +0000
parents a862a41f26b7
children f5affe83ba2d
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh	Sat May 02 08:21:21 2015 +0000
+++ b/gsm-fw/cfgmagic/processconf.sh	Sun May 03 04:11:41 2015 +0000
@@ -103,7 +103,7 @@
 # The list of build components: we have some invariants that are always
 # included, and some others that are included depending on the configuration.
 
-BUILD_COMPONENTS="bsp nucleus riviera serial services sprintf sysglue"
+BUILD_COMPONENTS="bsp libiram nucleus riviera serial services sprintf sysglue"
 
 if [ "$CONFIG_INCLUDE_GPF" = 1 ]
 then