FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/g23m-aci/aci/Makefile @ 784:5cc8a442efad
aci: aoc.c and ati_bas.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 11 Mar 2015 08:27:02 +0000 |
parents | 79ccc6a27a95 |
children | 09382de17df9 |
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 \ |
783
79ccc6a27a95
gsm-fw/g23m-aci/aci: aci_*.c modules compile
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
782
diff
changeset
|
6 -I../../cdginc -I../aci_dti_mng -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 \ |
784
5cc8a442efad
aci: aoc.c and ati_bas.c done
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
783
diff
changeset
|
9 aci_tim.o aci_util.o aoc.o ati_bas.o |
780
286567fb2ab8
starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
10 |
286567fb2ab8
starting to compile ACI; ati_ext_mech.h is missing
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
11 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
|
12 |
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 clean: |
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 rm -f *.[oa] *.out *errs |