FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-gsm/cc/Makefile @ 692:c1cda30fda52
cc_est.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 30 Sep 2014 01:38:39 +0000 |
parents | e7b45d295580 |
children | 59f088f893a5 |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/Makefile Tue Sep 30 01:29:41 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/Makefile Tue Sep 30 01:38:39 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= cc_act.o cc_cfk.o cc_csf.o cc_em.o +OBJS= cc_act.o cc_cfk.o cc_csf.o cc_em.o cc_est.o all: ${OBJS}