FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-aci/aci/Makefile @ 783:79ccc6a27a95
gsm-fw/g23m-aci/aci: aci_*.c modules compile
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 08 Mar 2015 23:42:01 +0000 |
parents | 3eb43280161d |
children | 5cc8a442efad |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Mar 08 02:22:34 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Mar 08 23:42:01 2015 +0000 @@ -3,9 +3,10 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ - -I../../cdginc -I../ati_ext + -I../../cdginc -I../aci_dti_mng -I../ati_ext -I../ksd -OBJS= aci_aci.o +OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.o \ + aci_tim.o aci_util.o all: ${OBJS}