FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci/Makefile @ 793:c77d5b1fd6a2
aci: got to cmh_mmq.c, compilation failure (something to do with RTC),
remains to be investigated and fixed
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 13 Mar 2015 00:29:36 +0000 |
parents | 44bac38197dd |
children | b93cee08a2e1 |
comparison
equal
deleted
inserted
replaced
792:44bac38197dd | 793:c77d5b1fd6a2 |
---|---|
10 ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \ | 10 ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \ |
11 ati_em_ret.o ati_err.o ati_io.o ati_mm.o ati_mmi.o ati_pdu.o ati_phb.o \ | 11 ati_em_ret.o ati_err.o ati_io.o ati_mm.o ati_mmi.o ati_pdu.o ati_phb.o \ |
12 ati_prs.o ati_ret.o ati_sat.o ati_sim.o ati_sms.o ati_src_sat.o \ | 12 ati_prs.o ati_ret.o ati_sat.o ati_sim.o ati_sms.o ati_src_sat.o \ |
13 ati_src_uart.o ati_src_uart_io.o ati_ss.o \ | 13 ati_src_uart.o ati_src_uart_io.o ati_ss.o \ |
14 cmh_ccf.o cmh_ccq.o cmh_ccr.o cmh_ccs.o cmh_cphs.o cmh_dmy.o cmh_dti.o \ | 14 cmh_ccf.o cmh_ccq.o cmh_ccr.o cmh_ccs.o cmh_cphs.o cmh_dmy.o cmh_dti.o \ |
15 cmh_emq.o cmh_emr.o cmh_f.o | 15 cmh_emq.o cmh_emr.o cmh_f.o cmh_mmf.o cmh_mmiq.o cmh_mmir.o cmh_mmis.o \ |
16 cmh_mmit.o cmh_mmq.o | |
16 | 17 |
17 all: ${OBJS} | 18 all: ${OBJS} |
18 | 19 |
19 clean: | 20 clean: |
20 rm -f *.[oa] *.out *errs | 21 rm -f *.[oa] *.out *errs |