FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci/Makefile @ 787:0b85dd2dec6a
aci: ati_sat.c and ati_sim.c done
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Thu, 12 Mar 2015 07:40:46 +0000 |
| parents | e7250023ca12 |
| children | e899a10f3d4d |
comparison
equal
deleted
inserted
replaced
| 786:e7250023ca12 | 787:0b85dd2dec6a |
|---|---|
| 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../aci_dti_mng -I../ati_ext -I../ksd | 6 -I../../cdginc -I../aci_dti_mng -I../aci_ext -I../ati_ext -I../ksd |
| 7 | 7 |
| 8 OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.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 aoc.o \ | 9 aci_tim.o aci_util.o aoc.o \ |
| 10 ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \ | 10 ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \ |
| 11 ati_em_ret.o ati_err.o ati_io.o ati_mm.o ati_mmi.o ati_pdu.o ati_phb.o \ | 11 ati_em_ret.o ati_err.o ati_io.o ati_mm.o ati_mmi.o ati_pdu.o ati_phb.o \ |
| 12 ati_prs.o ati_ret.o | 12 ati_prs.o ati_ret.o ati_sat.o ati_sim.o |
| 13 | 13 |
| 14 all: ${OBJS} | 14 all: ${OBJS} |
| 15 | 15 |
| 16 clean: | 16 clean: |
| 17 rm -f *.[oa] *.out *errs | 17 rm -f *.[oa] *.out *errs |
