FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci/Makefile @ 792:44bac38197dd
aci: cmh_cphs.c through cmh_f.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 12 Mar 2015 22:11:27 +0000 |
parents | e8f37d3414b6 |
children | c77d5b1fd6a2 |
comparison
equal
deleted
inserted
replaced
791:ac7e4de3e23b | 792:44bac38197dd |
---|---|
9 aci_tim.o aci_util.o aoc.o \ | 9 aci_tim.o aci_util.o aoc.o \ |
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 | 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 | 16 |
16 all: ${OBJS} | 17 all: ${OBJS} |
17 | 18 |
18 clean: | 19 clean: |
19 rm -f *.[oa] *.out *errs | 20 rm -f *.[oa] *.out *errs |