FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci_ext/Makefile @ 818:2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 17:39:04 +0000 |
parents | 5a0c58760ae2 |
children |
comparison
equal
deleted
inserted
replaced
817:c23e0dfa5154 | 818:2ab6e5aa2c36 |
---|---|
1 # stub Makefile, to be filled out | 1 CC= arm-elf-gcc |
2 all: | 2 LD= arm-elf-ld |
3 | |
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | |
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | |
6 -I../../cdginc -I../aci | |
7 | |
8 ONE_OBJ=aci_ext_pers.o | |
9 | |
10 all: ${ONE_OBJ} | |
3 | 11 |
4 clean: | 12 clean: |
5 rm -f *.[oa] *.out *errs | 13 rm -f *.[oa] *.out *errs |