FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci/Makefile @ 783:79ccc6a27a95
gsm-fw/g23m-aci/aci: aci_*.c modules compile
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 08 Mar 2015 23:42:01 +0000 |
parents | 3eb43280161d |
children | 5cc8a442efad |
comparison
equal
deleted
inserted
replaced
782:3eb43280161d | 783:79ccc6a27a95 |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 LD= arm-elf-ld | 2 LD= arm-elf-ld |
3 | 3 |
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | 5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ |
6 -I../../cdginc -I../ati_ext | 6 -I../../cdginc -I../aci_dti_mng -I../ati_ext -I../ksd |
7 | 7 |
8 OBJS= aci_aci.o | 8 OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.o \ |
9 aci_tim.o aci_util.o | |
9 | 10 |
10 all: ${OBJS} | 11 all: ${OBJS} |
11 | 12 |
12 clean: | 13 clean: |
13 rm -f *.[oa] *.out *errs | 14 rm -f *.[oa] *.out *errs |