FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/g23m-aci/aci_ext/Makefile @ 1017:759b3cbf46aa
doc/TCH-special-feature: document written
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 21 Mar 2016 06:05:57 +0000 |
parents | 2ab6e5aa2c36 |
children |
rev | line source |
---|---|
818
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
1 CC= arm-elf-gcc |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
2 LD= arm-elf-ld |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
3 |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
6 -I../../cdginc -I../aci |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
7 |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
8 ONE_OBJ=aci_ext_pers.o |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
9 |
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
776
diff
changeset
|
10 all: ${ONE_OBJ} |
776
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 |
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 clean: |
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 rm -f *.[oa] *.out *errs |