annotate gsm-fw/g23m-aci/aci/Makefile @ 807:1385f2c30ad8

aci: psa_cc?.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 07:07:26 +0000
parents 6ce960359fee
children d3538ac6e321
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
780
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
1 CC= arm-elf-gcc
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
2 LD= arm-elf-ld
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
3
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
787
0b85dd2dec6a aci: ati_sat.c and ati_sim.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 786
diff changeset
6 -I../../cdginc -I../aci_dti_mng -I../aci_ext -I../ati_ext -I../ksd
780
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
7
783
79ccc6a27a95 gsm-fw/g23m-aci/aci: aci_*.c modules compile
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 782
diff changeset
8 OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.o \
785
09382de17df9 aci: integrated up to ati_pdu.c
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 784
diff changeset
9 aci_tim.o aci_util.o aoc.o \
09382de17df9 aci: integrated up to ati_pdu.c
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 784
diff changeset
10 ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \
786
e7250023ca12 aci: ati_phb.c, ati_prs.c and ati_ret.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 785
diff changeset
11 ati_em_ret.o ati_err.o ati_io.o ati_mm.o ati_mmi.o ati_pdu.o ati_phb.o \
789
beb8e9851a07 aci: ati_*.c finished
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 788
diff changeset
12 ati_prs.o ati_ret.o ati_sat.o ati_sim.o ati_sms.o ati_src_sat.o \
790
e8f37d3414b6 aci: got up to cmh_ccs.c, then compilation problem, remains to be resolved
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 789
diff changeset
13 ati_src_uart.o ati_src_uart_io.o ati_ss.o \
792
44bac38197dd aci: cmh_cphs.c through cmh_f.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 790
diff changeset
14 cmh_ccf.o cmh_ccq.o cmh_ccr.o cmh_ccs.o cmh_cphs.o cmh_dmy.o cmh_dti.o \
793
c77d5b1fd6a2 aci: got to cmh_mmq.c, compilation failure (something to do with RTC),
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 792
diff changeset
15 cmh_emq.o cmh_emr.o cmh_f.o cmh_mmf.o cmh_mmiq.o cmh_mmir.o cmh_mmis.o \
796
ac09e56b4e3b aci: cmh_phb?.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 795
diff changeset
16 cmh_mmit.o cmh_mmq.o cmh_mmr.o cmh_mms.o cmh_mmt.o cmh_phbf.o \
797
5d2a33180923 aci: cmh_sat?.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 796
diff changeset
17 cmh_phbq.o cmh_phbr.o cmh_phbs.o cmh_phbt.o cmh_satf.o cmh_satq.o \
799
9b2ed89a1adc aci: cmh_sms?.c compile
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 798
diff changeset
18 cmh_satr.o cmh_sats.o cmh_simf.o cmh_simq.o cmh_simr.o cmh_sims.o \
800
21b9eb4d02d9 aci: cmh_ss?.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 799
diff changeset
19 cmh_smsf.o cmh_smsq.o cmh_smsr.o cmh_smss.o cmh_ssf.o cmh_ssq.o \
802
b63b6e9da6cd aci: conc_sms.c, cphs.c and cphs_aci.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 801
diff changeset
20 cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o \
805
f219798c74ea aci: line_edit.c and line_split.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 804
diff changeset
21 conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o hl_audio_drv.o \
807
1385f2c30ad8 aci: psa_cc?.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 806
diff changeset
22 line_edit.o line_split.o phb.o \
1385f2c30ad8 aci: psa_cc?.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents: 806
diff changeset
23 psa_ccf.o psa_ccp.o psa_ccs.o
780
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
24
286567fb2ab8 starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 776
diff changeset
25 all: ${OBJS}
776
5a0c58760ae2 gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
26
5a0c58760ae2 gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
27 clean:
5a0c58760ae2 gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
28 rm -f *.[oa] *.out *errs