FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-aci/aci/Makefile @ 878:89c70b89dca5
gsm-fw: feature at-rvtmux implemented, compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 May 2015 08:02:36 +0000 |
parents | 02c65d76881f |
children |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sat May 30 08:10:36 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun May 31 08:02:36 2015 +0000 @@ -5,6 +5,8 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -I../aci_dti_mng -I../aci_ext -I../ati_ext -I../ksd +sinclude ../../include/config.mk + 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 aoc.o \ ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \ @@ -26,6 +28,10 @@ psa_ssf.o psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o psa_util.o \ sap_dti.o sap_em.o version_dummy.o +ifeq (${CONFIG_AT_RVTMUX},1) +OBJS+= ati_src_rvt.o +endif + all: xipcode.o xipcode.o: ${OBJS}