FreeCalypso > hg > freecalypso-sw
diff gsm-fw/finlink/Makefile @ 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 | 8227a33397de |
children | f5affe83ba2d |
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile Sat May 02 08:21:21 2015 +0000 +++ b/gsm-fw/finlink/Makefile Sun May 03 04:11:41 2015 +0000 @@ -13,7 +13,8 @@ sinclude ../include/config.mk BASE_LIBS= ../riviera/librv.a ../nucleus/libplus.xip.a \ - ../nucleus/libplus.iram.a ../sprintf/libsprintf.a + ../nucleus/libplus.iram.a ../sprintf/libsprintf.a \ + ../libiram/libiram.a LIB_DEPEND= ${BASE_LIBS} ifeq (${CONFIG_INCLUDE_PS},1)