FreeCalypso > hg > freecalypso-sw
view gsm-fw/g23m-aci/aci/Makefile @ 789:beb8e9851a07
aci: ati_*.c finished
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 12 Mar 2015 16:35:22 +0000 |
parents | e899a10f3d4d |
children | e8f37d3414b6 |
line wrap: on
line source
CC= arm-elf-gcc LD= arm-elf-ld CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -I../aci_dti_mng -I../aci_ext -I../ati_ext -I../ksd OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.o \ aci_tim.o aci_util.o aoc.o \ ati_bas.o ati_cc.o ati_cmd.o ati_cphs.o ati_csc.o ati_dti.o ati_em.o \ ati_em_ret.o ati_err.o ati_io.o ati_mm.o ati_mmi.o ati_pdu.o ati_phb.o \ ati_prs.o ati_ret.o ati_sat.o ati_sim.o ati_sms.o ati_src_sat.o \ ati_src_uart.o ati_src_uart_io.o ati_ss.o all: ${OBJS} clean: rm -f *.[oa] *.out *errs