FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-gsm/rr/Makefile @ 735:458366ab2d6d
rr_cs.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Oct 2014 08:52:20 +0000 |
parents | abfc662e0082 |
children | c64af13c976f |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/rr/Makefile Sun Oct 05 07:51:55 2014 +0000 +++ b/gsm-fw/g23m-gsm/rr/Makefile Sun Oct 05 08:52:20 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= rr_attf.o rr_attp.o rr_atts.o +OBJS= rr_attf.o rr_attp.o rr_atts.o rr_cs.o all: ${OBJS}