FreeCalypso > hg > freecalypso-sw
view gsm-fw/g23m-gsm/mm/Makefile @ 887:7f305eb3c530
gsm-fw: tpudrv12.[ch] extended to support Pirelli DP-L10 target
Pirelli ramImage compiles, not tested on hw yet
compiled code unchanged in the gtamodem configuration (verified)
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Jun 2015 08:15:10 +0000 |
parents | af82698f039e |
children |
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 OBJS= mm_csf.o mm_em.o mm_forf.o mm_forp.o mm_fors.o mm_mmf.o mm_mmp.o \ mm_mms.o mm_pei.o mm_regf.o mm_regp.o mm_regs.o mm_tim.o all: xipcode.o xipcode.o: ${OBJS} ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs